Html Css Color HEX #080DF9 Blue

📋 copy color: '#080DF9'

red 8 ◦ green 13 ◦ blue 249

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

Shades of Blue #080DF9

Tints of Blue #080DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 249 (97.66% from 255) = 92.22%

R = 2.96%
G = 4.81%
B = 92.22%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#080DF9 (or 0x080DF9) is known color: Blue. HEX triplet: 08, 0D and F9. RGB value is (8,13,249). Sum of RGB (Red+Green+Blue) = 8+13+249=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 249 (97.66% from 255 or 92.22% from 270); Max value from RGB is 249 - color contains mainly: blue. Hex color #080DF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080DF9 is #F7F206. Grayscale: #252525. Windows color (decimal): -16249351 or 16321800. OLE color: 16321800.

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

Color convert

RGB 8 13 249 -
CMYK 0.97 0.95 0 0.02
HSL 238.76º 0.95% 0.5% -
HSV(B) 238.76º 0.97% 0.98% -
XYZ 17.34 7.18 90.09 -
YUV 38.41 246.84 106.31 -
System Red Green Blue C M Y K H S L
Decimal 8 13 249 0.97 0.95 0 0.02 238.76 0.95 0.5
Hex 8 D F9 61 5F 0 2 EF 5F 32
Octal 10 15 371 141 137 0 2 357 137 62
Binary 1000 1101 11111001 1100001 1011111 0 10 11101111 1011111 110010

Color Harmonies of #080DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DF9

Black with #080DF9

Text Example


Text Example

White with #080DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,249); }

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

background-color css

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

 a { background-color: rgb(8,13,249); }

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

border-color css

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

 span { border-color: rgb(8,13,249); }

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