Html Css Color HEX #012CFC Blue

📋 copy color: '#012CFC'

red 1 ◦ green 44 ◦ blue 252

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

Shades of Blue #012CFC

Tints of Blue #012CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

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

R = 0.34%
G = 14.81%
B = 84.85%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#012CFC (or 0x012CFC) is known color: Blue. HEX triplet: 01, 2C and FC. RGB value is (1,44,252). Sum of RGB (Red+Green+Blue) = 1+44+252=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #012CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CFC is #FED303. Grayscale: #353535. Windows color (decimal): -16700164 or 16526337. OLE color: 16526337.

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

Color convert

RGB 1 44 252 -
CMYK 1.00 0.83 0 0.01
HSL 229.72º 0.99% 0.5% -
HSV(B) 229.72º 1% 0.99% -
XYZ 18.48 8.84 92.83 -
YUV 54.86 239.25 89.59 -
System Red Green Blue C M Y K H S L
Decimal 1 44 252 1.00 0.83 0 0.01 229.72 0.99 0.5
Hex 1 2C FC 64 53 0 1 E6 63 32
Octal 1 54 374 144 123 0 1 346 143 62
Binary 1 101100 11111100 1100100 1010011 0 1 11100110 1100011 110010

Color Harmonies of #012CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CFC

Black with #012CFC

Text Example


Text Example

White with #012CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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