Html Css Color HEX #083EE8 Persian Blue

📋 copy color: '#083EE8'

red 8 ◦ green 62 ◦ blue 232

#083EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #083EE8

Tints of Persian Blue #083EE8

RGB

 RED value IS 8 (3.52% from 255) = 2.65%

 GREEN value IS 62 (24.61% from 255) = 20.53%

 BLUE value IS 232 (91.02% from 255) = 76.82%

R = 2.65%
G = 20.53%
B = 76.82%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#083EE8 (or 0x083EE8) is known color: Persian Blue. HEX triplet: 08, 3E and E8. RGB value is (8,62,232). Sum of RGB (Red+Green+Blue) = 8+62+232=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 232 (91.02% from 255 or 76.82% from 302); Max value from RGB is 232 - color contains mainly: blue. Hex color #083EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083EE8 is #F7C117. Grayscale: #404040. Windows color (decimal): -16236824 or 15220232. OLE color: 15220232.

HSL color Cylindrical-coordinate representation of color #083EE8: hue angle of 225.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083EE8 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 62 232 -
CMYK 0.97 0.73 0 0.09
HSL 225.54º 0.93% 0.47% -
HSV(B) 225.54º 0.97% 0.91% -
XYZ 16.39 9.32 77.28 -
YUV 65.23 222.11 87.18 -
System Red Green Blue C M Y K H S L
Decimal 8 62 232 0.97 0.73 0 0.09 225.54 0.93 0.47
Hex 8 3E E8 61 49 0 9 E2 5D 2F
Octal 10 76 350 141 111 0 11 342 135 57
Binary 1000 111110 11101000 1100001 1001001 0 1001 11100010 1011101 101111

Color Harmonies of #083EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EE8

Black with #083EE8

Text Example


Text Example

White with #083EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #083EE8;
 }
 .AnyTagClassName
 {
   color: #083EE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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