Html Css Color HEX #080AF0 Blue

📋 copy color: '#080AF0'

red 8 ◦ green 10 ◦ blue 240

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

Shades of Blue #080AF0

Tints of Blue #080AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 240 (94.14% from 255) = 93.02%

R = 3.1%
G = 3.88%
B = 93.02%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#080AF0 (or 0x080AF0) is known color: Blue. HEX triplet: 08, 0A and F0. RGB value is (8,10,240). Sum of RGB (Red+Green+Blue) = 8+10+240=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 240 (94.14% from 255 or 93.02% from 258); Max value from RGB is 240 - color contains mainly: blue. Hex color #080AF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080AF0 is #F7F50F. Grayscale: #222222. Windows color (decimal): -16250128 or 15731208. OLE color: 15731208.

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

Color convert

RGB 8 10 240 -
CMYK 0.97 0.96 0 0.06
HSL 239.48º 0.94% 0.49% -
HSV(B) 239.48º 0.97% 0.94% -
XYZ 15.94 6.56 82.86 -
YUV 35.62 243.34 108.3 -
System Red Green Blue C M Y K H S L
Decimal 8 10 240 0.97 0.96 0 0.06 239.48 0.94 0.49
Hex 8 A F0 61 60 0 6 EF 5E 31
Octal 10 12 360 141 140 0 6 357 136 61
Binary 1000 1010 11110000 1100001 1100000 0 110 11101111 1011110 110001

Color Harmonies of #080AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080AF0

Black with #080AF0

Text Example


Text Example

White with #080AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,10,240); }

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

background-color css

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

 a { background-color: rgb(8,10,240); }

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

border-color css

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

 span { border-color: rgb(8,10,240); }

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