Html Css Color HEX #012AE2 Medium Blue

📋 copy color: '#012AE2'

red 1 ◦ green 42 ◦ blue 226

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

Shades of Medium Blue #012AE2

Tints of Medium Blue #012AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 84.01%

R = 0.37%
G = 15.61%
B = 84.01%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#012AE2 (or 0x012AE2) is known color: Medium Blue. HEX triplet: 01, 2A and E2. RGB value is (1,42,226). Sum of RGB (Red+Green+Blue) = 1+42+226=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 226 (88.67% from 255 or 84.01% from 269); Max value from RGB is 226 - color contains mainly: blue. Hex color #012AE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012AE2 is #FED51D. Grayscale: #313131. Windows color (decimal): -16700702 or 14821889. OLE color: 14821889.

HSL color Cylindrical-coordinate representation of color #012AE2: hue angle of 229.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012AE2 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 42 226 -
CMYK 1.00 0.81 0 0.11
HSL 229.07º 0.99% 0.45% -
HSV(B) 229.07º 1% 0.89% -
XYZ 14.57 7.15 72.56 -
YUV 50.72 226.92 92.54 -
System Red Green Blue C M Y K H S L
Decimal 1 42 226 1.00 0.81 0 0.11 229.07 0.99 0.45
Hex 1 2A E2 64 51 0 B E5 63 2D
Octal 1 52 342 144 121 0 13 345 143 55
Binary 1 101010 11100010 1100100 1010001 0 1011 11100101 1100011 101101

Color Harmonies of #012AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AE2

Black with #012AE2

Text Example


Text Example

White with #012AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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