Html Css Color HEX #080EE7 Blue

📋 copy color: '#080EE7'

red 8 ◦ green 14 ◦ blue 231

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

Shades of Blue #080EE7

Tints of Blue #080EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 91.3%

R = 3.16%
G = 5.53%
B = 91.3%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#080EE7 (or 0x080EE7) is known color: Blue. HEX triplet: 08, 0E and E7. RGB value is (8,14,231). Sum of RGB (Red+Green+Blue) = 8+14+231=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 231 (90.62% from 255 or 91.30% from 253); Max value from RGB is 231 - color contains mainly: blue. Hex color #080EE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EE7 is #F7F118. Grayscale: #242424. Windows color (decimal): -16249113 or 15142408. OLE color: 15142408.

HSL color Cylindrical-coordinate representation of color #080EE7: hue angle of 238.39º 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 #080EE7 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 14 231 -
CMYK 0.97 0.94 0 0.09
HSL 238.39º 0.93% 0.47% -
HSV(B) 238.39º 0.97% 0.91% -
XYZ 14.68 6.14 76.01 -
YUV 36.94 237.51 107.36 -
System Red Green Blue C M Y K H S L
Decimal 8 14 231 0.97 0.94 0 0.09 238.39 0.93 0.47
Hex 8 E E7 61 5E 0 9 EE 5D 2F
Octal 10 16 347 141 136 0 11 356 135 57
Binary 1000 1110 11100111 1100001 1011110 0 1001 11101110 1011101 101111

Color Harmonies of #080EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EE7

Black with #080EE7

Text Example


Text Example

White with #080EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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