Html Css Color HEX #001CFC Blue

📋 copy color: '#001CFC'

red 0 ◦ green 28 ◦ blue 252

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

Shades of Blue #001CFC

Tints of Blue #001CFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 0%
G = 10%
B = 90%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#001CFC (or 0x001CFC) is known color: Blue. HEX triplet: 00, 1C and FC. RGB value is (0,28,252). Sum of RGB (Red+Green+Blue) = 0+28+252=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 252 (98.83% from 255 or 90% from 280); Max value from RGB is 252 - color contains mainly: blue. Hex color #001CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CFC is #FFE303. Grayscale: #2C2C2C. Windows color (decimal): -16769796 or 16522240. OLE color: 16522240.

HSL color Cylindrical-coordinate representation of color #001CFC: hue angle of 233.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CFC is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 28 252 -
CMYK 1 0.89 0 0.01
HSL 233.33º 1% 0.49% -
HSV(B) 233.33º 1% 0.99% -
XYZ 17.99 7.86 92.66 -
YUV 45.16 244.72 95.79 -
System Red Green Blue C M Y K H S L
Decimal 0 28 252 1 0.89 0 0.01 233.33 1 0.49
Hex 0 1C FC 64 59 0 1 E9 64 31
Octal 0 34 374 144 131 0 1 351 144 61
Binary 0 11100 11111100 1100100 1011001 0 1 11101001 1100100 110001

Color Harmonies of #001CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CFC

Black with #001CFC

Text Example


Text Example

White with #001CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,252); }

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

background-color css

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

 a { background-color: rgb(0,28,252); }

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

border-color css

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

 span { border-color: rgb(0,28,252); }

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