Html Css Color HEX #080EE4 Medium Blue

📋 copy color: '#080EE4'

red 8 ◦ green 14 ◦ blue 228

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

Shades of Medium Blue #080EE4

Tints of Medium Blue #080EE4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 228 (89.45% from 255) = 91.2%

R = 3.2%
G = 5.6%
B = 91.2%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#080EE4 (or 0x080EE4) is known color: Medium Blue. HEX triplet: 08, 0E and E4. RGB value is (8,14,228). Sum of RGB (Red+Green+Blue) = 8+14+228=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 228 (89.45% from 255 or 91.2% from 250); Max value from RGB is 228 - color contains mainly: blue. Hex color #080EE4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EE4 is #F7F11B. Grayscale: #232323. Windows color (decimal): -16249116 or 14945800. OLE color: 14945800.

HSL color Cylindrical-coordinate representation of color #080EE4: hue angle of 238.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EE4 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 14 228 -
CMYK 0.96 0.94 0 0.11
HSL 238.36º 0.93% 0.46% -
HSV(B) 238.36º 0.96% 0.89% -
XYZ 14.26 5.97 73.8 -
YUV 36.6 236.01 107.6 -
System Red Green Blue C M Y K H S L
Decimal 8 14 228 0.96 0.94 0 0.11 238.36 0.93 0.46
Hex 8 E E4 60 5E 0 B EE 5D 2E
Octal 10 16 344 140 136 0 13 356 135 56
Binary 1000 1110 11100100 1100000 1011110 0 1011 11101110 1011101 101110

Color Harmonies of #080EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EE4

Black with #080EE4

Text Example


Text Example

White with #080EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080EE4; }

 p { color: rgb(8,14,228); }

 H1.HeaderClassName
 {
   color: #080EE4;
 }
 .AnyTagClassName
 {
   color: #080EE4;
 }
</style>

background-color css

<style>
 a { background-color: #080EE4; }

 a { background-color: rgb(8,14,228); }

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

border-color css

<style>
 span { border-color: #080EE4; }

 span { border-color: rgb(8,14,228); }

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