#083CD7

Color #083CD7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #083CD7

Tints of Persian Blue #083CD7

Color information

#083CD7 (or 0x083CD7) is unknown color: approx Persian Blue. HEX triplet: 08, 3C and D7. RGB value is (8,60,215). Sum of RGB (Red+Green+Blue) = 8+60+215=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 215 (84.38% from 255 or 75.97% from 283); Max value from RGB is 215 - color contains mainly: blue. Hex color #083CD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CD7 is #F7C328. Grayscale: #3D3D3D. Windows color (decimal): -16237353 or 14105608. OLE color: 14105608.

HSL color Cylindrical-coordinate representation of color #083CD7: hue angle of 224.93º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083CD7 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB860215-
CMYK0.960.7200.16
HSL224.93º92.83%43.73%-
HSV(B)224.93º96.28%84.31%-
XYZ13.988.1965.13-
YUV62.12214.2789.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 215 (84.38% from 255) = 75.97%
R=2.83%
G=21.20%
B=75.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8602150.960.7200.16224.9392.8343.73
Hex83CD76048010e15d2c
Octal107432714011002034113554
Binary10001111001101011111000001001000010000111000011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083CD7; }

 p { color: rgb(8,60,215); }

 H1.HeaderClassName
 {
   color: #083CD7;
 }
 .AnyTagClassName
 {
   color: #083CD7;
 }
</style>
background-color css

<style>
 a { background-color: #083CD7; }

 a { background-color: rgb(8,60,215); }

 div.DivClassName
 {
   background-color: #083CD7;
 }
 .BgClassName
 {
   background-color: #083CD7;
 }
</style>
border-color css

<style>
 span { border-color: #083CD7; }

 span { border-color: rgb(8,60,215); }

 td.TdClassName
 {
   border-color: #083CD7;
 }
 .TagClassName
 {
   border-color: #083CD7;
 }
</style>