Html Css Color HEX #012AFB Blue

📋 copy color: '#012AFB'

red 1 ◦ green 42 ◦ blue 251

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

Shades of Blue #012AFB

Tints of Blue #012AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 85.37%

R = 0.34%
G = 14.29%
B = 85.37%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#012AFB (or 0x012AFB) is known color: Blue. HEX triplet: 01, 2A and FB. RGB value is (1,42,251). Sum of RGB (Red+Green+Blue) = 1+42+251=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #012AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AFB is #FED504. Grayscale: #343434. Windows color (decimal): -16700677 or 16460289. OLE color: 16460289.

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

Color convert

RGB 1 42 251 -
CMYK 1.00 0.83 0 0.02
HSL 230.16º 0.99% 0.49% -
HSV(B) 230.16º 1% 0.98% -
XYZ 18.25 8.63 91.97 -
YUV 53.57 239.42 90.51 -
System Red Green Blue C M Y K H S L
Decimal 1 42 251 1.00 0.83 0 0.02 230.16 0.99 0.49
Hex 1 2A FB 64 53 0 2 E6 63 31
Octal 1 52 373 144 123 0 2 346 143 61
Binary 1 101010 11111011 1100100 1010011 0 10 11100110 1100011 110001

Color Harmonies of #012AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AFB

Black with #012AFB

Text Example


Text Example

White with #012AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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