Html Css Color HEX #080CFC Blue

📋 copy color: '#080CFC'

red 8 ◦ green 12 ◦ blue 252

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

Shades of Blue #080CFC

Tints of Blue #080CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 92.65%

R = 2.94%
G = 4.41%
B = 92.65%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#080CFC (or 0x080CFC) is known color: Blue. HEX triplet: 08, 0C and FC. RGB value is (8,12,252). Sum of RGB (Red+Green+Blue) = 8+12+252=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #080CFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CFC is #F7F303. Grayscale: #252525. Windows color (decimal): -16249604 or 16518152. OLE color: 16518152.

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

Color convert

RGB 8 12 252 -
CMYK 0.97 0.95 0 0.01
HSL 239.02º 0.98% 0.51% -
HSV(B) 239.02º 0.97% 0.99% -
XYZ 17.8 7.34 92.57 -
YUV 38.16 248.67 106.49 -
System Red Green Blue C M Y K H S L
Decimal 8 12 252 0.97 0.95 0 0.01 239.02 0.98 0.51
Hex 8 C FC 61 5F 0 1 EF 62 33
Octal 10 14 374 141 137 0 1 357 142 63
Binary 1000 1100 11111100 1100001 1011111 0 1 11101111 1100010 110011

Color Harmonies of #080CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CFC

Black with #080CFC

Text Example


Text Example

White with #080CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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