Html Css Color HEX #080FFC Blue

📋 copy color: '#080FFC'

red 8 ◦ green 15 ◦ blue 252

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

Shades of Blue #080FFC

Tints of Blue #080FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

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

R = 2.91%
G = 5.45%
B = 91.64%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#080FFC (or 0x080FFC) is known color: Blue. HEX triplet: 08, 0F and FC. RGB value is (8,15,252). Sum of RGB (Red+Green+Blue) = 8+15+252=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #080FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080FFC is #F7F003. Grayscale: #262626. Windows color (decimal): -16248836 or 16518920. OLE color: 16518920.

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

Color convert

RGB 8 15 252 -
CMYK 0.97 0.94 0 0.01
HSL 238.28º 0.98% 0.51% -
HSV(B) 238.28º 0.97% 0.99% -
XYZ 17.84 7.42 92.59 -
YUV 39.93 247.68 105.23 -
System Red Green Blue C M Y K H S L
Decimal 8 15 252 0.97 0.94 0 0.01 238.28 0.98 0.51
Hex 8 F FC 61 5E 0 1 EE 62 33
Octal 10 17 374 141 136 0 1 356 142 63
Binary 1000 1111 11111100 1100001 1011110 0 1 11101110 1100010 110011

Color Harmonies of #080FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FFC

Black with #080FFC

Text Example


Text Example

White with #080FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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