Html Css Color HEX #012FEC Blue

📋 copy color: '#012FEC'

red 1 ◦ green 47 ◦ blue 236

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

Shades of Blue #012FEC

Tints of Blue #012FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 236 (92.58% from 255) = 83.1%

R = 0.35%
G = 16.55%
B = 83.1%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#012FEC (or 0x012FEC) is known color: Blue. HEX triplet: 01, 2F and EC. RGB value is (1,47,236). Sum of RGB (Red+Green+Blue) = 1+47+236=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 236 (92.58% from 255 or 83.10% from 284); Max value from RGB is 236 - color contains mainly: blue. Hex color #012FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FEC is #FED013. Grayscale: #353535. Windows color (decimal): -16699412 or 15478529. OLE color: 15478529.

HSL color Cylindrical-coordinate representation of color #012FEC: hue angle of 228.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FEC is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 47 236 -
CMYK 1.00 0.80 0 0.07
HSL 228.26º 0.99% 0.46% -
HSV(B) 228.26º 1% 0.93% -
XYZ 16.17 8.1 80.07 -
YUV 54.79 230.26 89.63 -
System Red Green Blue C M Y K H S L
Decimal 1 47 236 1.00 0.80 0 0.07 228.26 0.99 0.46
Hex 1 2F EC 64 50 0 7 E4 63 2E
Octal 1 57 354 144 120 0 7 344 143 56
Binary 1 101111 11101100 1100100 1010000 0 111 11100100 1100011 101110

Color Harmonies of #012FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FEC

Black with #012FEC

Text Example


Text Example

White with #012FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,236); }

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

background-color css

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

 a { background-color: rgb(1,47,236); }

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

border-color css

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

 span { border-color: rgb(1,47,236); }

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