Html Css Color HEX #080EFB Blue

📋 copy color: '#080EFB'

red 8 ◦ green 14 ◦ blue 251

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

Shades of Blue #080EFB

Tints of Blue #080EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 91.94%

R = 2.93%
G = 5.13%
B = 91.94%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#080EFB (or 0x080EFB) is known color: Blue. HEX triplet: 08, 0E and FB. RGB value is (8,14,251). Sum of RGB (Red+Green+Blue) = 8+14+251=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 251 (98.44% from 255 or 91.94% from 273); Max value from RGB is 251 - color contains mainly: blue. Hex color #080EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EFB is #F7F104. Grayscale: #262626. Windows color (decimal): -16249093 or 16453128. OLE color: 16453128.

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

Color convert

RGB 8 14 251 -
CMYK 0.97 0.94 0 0.02
HSL 238.52º 0.97% 0.51% -
HSV(B) 238.52º 0.97% 0.98% -
XYZ 17.67 7.33 91.75 -
YUV 39.22 247.51 105.73 -
System Red Green Blue C M Y K H S L
Decimal 8 14 251 0.97 0.94 0 0.02 238.52 0.97 0.51
Hex 8 E FB 61 5E 0 2 EF 61 33
Octal 10 16 373 141 136 0 2 357 141 63
Binary 1000 1110 11111011 1100001 1011110 0 10 11101111 1100001 110011

Color Harmonies of #080EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EFB

Black with #080EFB

Text Example


Text Example

White with #080EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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