#083EDE

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

Shades of Persian Blue #083EDE

Tints of Persian Blue #083EDE

Color information

#083EDE (or 0x083EDE) is unknown color: approx Persian Blue. HEX triplet: 08, 3E and DE. RGB value is (8,62,222). Sum of RGB (Red+Green+Blue) = 8+62+222=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 222 (87.11% from 255 or 76.03% from 292); Max value from RGB is 222 - color contains mainly: blue. Hex color #083EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EDE is #F7C121. Grayscale: #3F3F3F. Windows color (decimal): -16236834 or 14564872. OLE color: 14564872.

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

Color convert

RGB862222-
CMYK0.960.7200.13
HSL224.86º93.04%45.1%-
HSV(B)224.86º96.4%87.06%-
XYZ15.018.7770.01-
YUV64.09217.1187.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.74%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 222 (87.11% from 255) = 76.03%
R=2.74%
G=21.23%
B=76.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8622220.960.7200.13224.8693.0445.1
Hex83EDE60480De15d2d
Octal107633614011001534113555
Binary1000111110110111101100000100100001101111000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,62,222); }

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

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

 a { background-color: rgb(8,62,222); }

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

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

 span { border-color: rgb(8,62,222); }

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