Html Css Color HEX #010CFC Blue

📋 copy color: '#010CFC'

red 1 ◦ green 12 ◦ blue 252

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

Shades of Blue #010CFC

Tints of Blue #010CFC

RGB

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

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

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

R = 0.38%
G = 4.53%
B = 95.09%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#010CFC (or 0x010CFC) is known color: Blue. HEX triplet: 01, 0C and FC. RGB value is (1,12,252). Sum of RGB (Red+Green+Blue) = 1+12+252=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 252 (98.83% from 255 or 95.09% from 265); Max value from RGB is 252 - color contains mainly: blue. Hex color #010CFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CFC is #FEF303. Grayscale: #232323. Windows color (decimal): -16708356 or 16518145. OLE color: 16518145.

HSL color Cylindrical-coordinate representation of color #010CFC: hue angle of 237.37º 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 #010CFC is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 12 252 -
CMYK 1.00 0.95 0 0.01
HSL 237.37º 0.99% 0.5% -
HSV(B) 237.37º 1% 0.99% -
XYZ 17.71 7.3 92.57 -
YUV 36.07 249.86 102.99 -
System Red Green Blue C M Y K H S L
Decimal 1 12 252 1.00 0.95 0 0.01 237.37 0.99 0.5
Hex 1 C FC 64 5F 0 1 ED 63 32
Octal 1 14 374 144 137 0 1 355 143 62
Binary 1 1100 11111100 1100100 1011111 0 1 11101101 1100011 110010

Color Harmonies of #010CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CFC

Black with #010CFC

Text Example


Text Example

White with #010CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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