Html Css Color HEX #012AEF Blue

📋 copy color: '#012AEF'

red 1 ◦ green 42 ◦ blue 239

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

Shades of Blue #012AEF

Tints of Blue #012AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 84.75%

R = 0.35%
G = 14.89%
B = 84.75%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#012AEF (or 0x012AEF) is known color: Blue. HEX triplet: 01, 2A and EF. RGB value is (1,42,239). Sum of RGB (Red+Green+Blue) = 1+42+239=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #012AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AEF is #FED510. Grayscale: #333333. Windows color (decimal): -16700689 or 15673857. OLE color: 15673857.

HSL color Cylindrical-coordinate representation of color #012AEF: hue angle of 229.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012AEF is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 42 239 -
CMYK 1.00 0.82 0 0.06
HSL 229.66º 0.99% 0.47% -
HSV(B) 229.66º 1% 0.94% -
XYZ 16.42 7.89 82.32 -
YUV 52.2 233.42 91.48 -
System Red Green Blue C M Y K H S L
Decimal 1 42 239 1.00 0.82 0 0.06 229.66 0.99 0.47
Hex 1 2A EF 64 52 0 6 E6 63 2F
Octal 1 52 357 144 122 0 6 346 143 57
Binary 1 101010 11101111 1100100 1010010 0 110 11100110 1100011 101111

Color Harmonies of #012AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AEF

Black with #012AEF

Text Example


Text Example

White with #012AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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