Html Css Color HEX #010FFC Blue

📋 copy color: '#010FFC'

red 1 ◦ green 15 ◦ blue 252

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

Shades of Blue #010FFC

Tints of Blue #010FFC

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

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

R = 0.37%
G = 5.6%
B = 94.03%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#010FFC (or 0x010FFC) is known color: Blue. HEX triplet: 01, 0F and FC. RGB value is (1,15,252). Sum of RGB (Red+Green+Blue) = 1+15+252=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 252 (98.83% from 255 or 94.03% from 268); Max value from RGB is 252 - color contains mainly: blue. Hex color #010FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FFC is #FEF003. Grayscale: #242424. Windows color (decimal): -16707588 or 16518913. OLE color: 16518913.

HSL color Cylindrical-coordinate representation of color #010FFC: hue angle of 236.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FFC is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 15 252 -
CMYK 1.00 0.94 0 0.01
HSL 236.65º 0.99% 0.5% -
HSV(B) 236.65º 1% 0.99% -
XYZ 17.75 7.38 92.58 -
YUV 37.83 248.86 101.73 -
System Red Green Blue C M Y K H S L
Decimal 1 15 252 1.00 0.94 0 0.01 236.65 0.99 0.5
Hex 1 F FC 64 5E 0 1 ED 63 32
Octal 1 17 374 144 136 0 1 355 143 62
Binary 1 1111 11111100 1100100 1011110 0 1 11101101 1100011 110010

Color Harmonies of #010FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FFC

Black with #010FFC

Text Example


Text Example

White with #010FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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