Html Css Color HEX #080EF4 Blue

📋 copy color: '#080EF4'

red 8 ◦ green 14 ◦ blue 244

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

Shades of Blue #080EF4

Tints of Blue #080EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 91.73%

R = 3.01%
G = 5.26%
B = 91.73%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#080EF4 (or 0x080EF4) is known color: Blue. HEX triplet: 08, 0E and F4. RGB value is (8,14,244). Sum of RGB (Red+Green+Blue) = 8+14+244=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 244 (95.70% from 255 or 91.73% from 266); Max value from RGB is 244 - color contains mainly: blue. Hex color #080EF4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EF4 is #F7F10B. Grayscale: #252525. Windows color (decimal): -16249100 or 15994376. OLE color: 15994376.

HSL color Cylindrical-coordinate representation of color #080EF4: hue angle of 238.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080EF4 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 14 244 -
CMYK 0.97 0.94 0 0.04
HSL 238.47º 0.94% 0.49% -
HSV(B) 238.47º 0.97% 0.96% -
XYZ 16.59 6.9 86.05 -
YUV 38.43 244.01 106.3 -
System Red Green Blue C M Y K H S L
Decimal 8 14 244 0.97 0.94 0 0.04 238.47 0.94 0.49
Hex 8 E F4 61 5E 0 4 EE 5E 31
Octal 10 16 364 141 136 0 4 356 136 61
Binary 1000 1110 11110100 1100001 1011110 0 100 11101110 1011110 110001

Color Harmonies of #080EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EF4

Black with #080EF4

Text Example


Text Example

White with #080EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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