Html Css Color HEX #012AFC Blue

📋 copy color: '#012AFC'

red 1 ◦ green 42 ◦ blue 252

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

Shades of Blue #012AFC

Tints of Blue #012AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

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

R = 0.34%
G = 14.24%
B = 85.42%

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

#012AFC (or 0x012AFC) is known color: Blue. HEX triplet: 01, 2A and FC. RGB value is (1,42,252). Sum of RGB (Red+Green+Blue) = 1+42+252=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 252 (98.83% from 255 or 85.42% from 295); Max value from RGB is 252 - color contains mainly: blue. Hex color #012AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AFC is #FED503. Grayscale: #343434. Windows color (decimal): -16700676 or 16525825. OLE color: 16525825.

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

Color convert

RGB 1 42 252 -
CMYK 1.00 0.83 0 0.01
HSL 230.2º 0.99% 0.5% -
HSV(B) 230.2º 1% 0.99% -
XYZ 18.41 8.69 92.8 -
YUV 53.68 239.92 90.42 -
System Red Green Blue C M Y K H S L
Decimal 1 42 252 1.00 0.83 0 0.01 230.2 0.99 0.5
Hex 1 2A FC 64 53 0 1 E6 63 32
Octal 1 52 374 144 123 0 1 346 143 62
Binary 1 101010 11111100 1100100 1010011 0 1 11100110 1100011 110010

Color Harmonies of #012AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AFC

Black with #012AFC

Text Example


Text Example

White with #012AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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