Html Css Color HEX #012AFE Blue

📋 copy color: '#012AFE'

red 1 ◦ green 42 ◦ blue 254

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

Shades of Blue #012AFE

Tints of Blue #012AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 85.52%

R = 0.34%
G = 14.14%
B = 85.52%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#012AFE (or 0x012AFE) is known color: Blue. HEX triplet: 01, 2A and FE. RGB value is (1,42,254). Sum of RGB (Red+Green+Blue) = 1+42+254=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 254 (99.61% from 255 or 85.52% from 297); Max value from RGB is 254 - color contains mainly: blue. Hex color #012AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AFE is #FED501. Grayscale: #353535. Windows color (decimal): -16700674 or 16656897. OLE color: 16656897.

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

Color convert

RGB 1 42 254 -
CMYK 1.00 0.83 0 0.00
HSL 230.28º 0.99% 0.5% -
HSV(B) 230.28º 1% 1% -
XYZ 18.73 8.82 94.48 -
YUV 53.91 240.92 90.26 -
System Red Green Blue C M Y K H S L
Decimal 1 42 254 1.00 0.83 0 0.00 230.28 0.99 0.5
Hex 1 2A FE 64 53 0 0 E6 63 32
Octal 1 52 376 144 123 0 0 346 143 62
Binary 1 101010 11111110 1100100 1010011 0 0 11100110 1100011 110010

Color Harmonies of #012AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AFE

Black with #012AFE

Text Example


Text Example

White with #012AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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