Html Css Color HEX #080CF9 Blue

📋 copy color: '#080CF9'

red 8 ◦ green 12 ◦ blue 249

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

Shades of Blue #080CF9

Tints of Blue #080CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 2.97%
G = 4.46%
B = 92.57%

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

#080CF9 (or 0x080CF9) is known color: Blue. HEX triplet: 08, 0C and F9. RGB value is (8,12,249). Sum of RGB (Red+Green+Blue) = 8+12+249=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 249 (97.66% from 255 or 92.57% from 269); Max value from RGB is 249 - color contains mainly: blue. Hex color #080CF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CF9 is #F7F306. Grayscale: #242424. Windows color (decimal): -16249607 or 16321544. OLE color: 16321544.

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

Color convert

RGB 8 12 249 -
CMYK 0.97 0.95 0 0.02
HSL 239º 0.95% 0.5% -
HSV(B) 239º 0.97% 0.98% -
XYZ 17.33 7.15 90.09 -
YUV 37.82 247.17 106.73 -
System Red Green Blue C M Y K H S L
Decimal 8 12 249 0.97 0.95 0 0.02 239 0.95 0.5
Hex 8 C F9 61 5F 0 2 EF 5F 32
Octal 10 14 371 141 137 0 2 357 137 62
Binary 1000 1100 11111001 1100001 1011111 0 10 11101111 1011111 110010

Color Harmonies of #080CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CF9

Black with #080CF9

Text Example


Text Example

White with #080CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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