Html Css Color HEX #080CFD Blue

📋 copy color: '#080CFD'

red 8 ◦ green 12 ◦ blue 253

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

Shades of Blue #080CFD

Tints of Blue #080CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 92.67%

R = 2.93%
G = 4.4%
B = 92.67%

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

#080CFD (or 0x080CFD) is known color: Blue. HEX triplet: 08, 0C and FD. RGB value is (8,12,253). Sum of RGB (Red+Green+Blue) = 8+12+253=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 253 (99.22% from 255 or 92.67% from 273); Max value from RGB is 253 - color contains mainly: blue. Hex color #080CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CFD is #F7F302. Grayscale: #252525. Windows color (decimal): -16249603 or 16583688. OLE color: 16583688.

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

Color convert

RGB 8 12 253 -
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.96 7.41 93.41 -
YUV 38.28 249.17 106.4 -
System Red Green Blue C M Y K H S L
Decimal 8 12 253 0.97 0.95 0 0.01 239.02 0.98 0.51
Hex 8 C FD 61 5F 0 1 EF 62 33
Octal 10 14 375 141 137 0 1 357 142 63
Binary 1000 1100 11111101 1100001 1011111 0 1 11101111 1100010 110011

Color Harmonies of #080CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CFD

Black with #080CFD

Text Example


Text Example

White with #080CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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