Html Css Color HEX #012AF6 Blue

📋 copy color: '#012AF6'

red 1 ◦ green 42 ◦ blue 246

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

Shades of Blue #012AF6

Tints of Blue #012AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 85.12%

R = 0.35%
G = 14.53%
B = 85.12%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#012AF6 (or 0x012AF6) is known color: Blue. HEX triplet: 01, 2A and F6. RGB value is (1,42,246). Sum of RGB (Red+Green+Blue) = 1+42+246=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 246 (96.48% from 255 or 85.12% from 289); Max value from RGB is 246 - color contains mainly: blue. Hex color #012AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AF6 is #FED509. Grayscale: #343434. Windows color (decimal): -16700682 or 16132609. OLE color: 16132609.

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

Color convert

RGB 1 42 246 -
CMYK 1.00 0.83 0 0.04
HSL 229.96º 0.99% 0.48% -
HSV(B) 229.96º 1% 0.96% -
XYZ 17.48 8.32 87.87 -
YUV 53 236.92 90.91 -
System Red Green Blue C M Y K H S L
Decimal 1 42 246 1.00 0.83 0 0.04 229.96 0.99 0.48
Hex 1 2A F6 64 53 0 4 E6 63 30
Octal 1 52 366 144 123 0 4 346 143 60
Binary 1 101010 11110110 1100100 1010011 0 100 11100110 1100011 110000

Color Harmonies of #012AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AF6

Black with #012AF6

Text Example


Text Example

White with #012AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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