Html Css Color HEX #012FEA Blue

📋 copy color: '#012FEA'

red 1 ◦ green 47 ◦ blue 234

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

Shades of Blue #012FEA

Tints of Blue #012FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 82.98%

R = 0.35%
G = 16.67%
B = 82.98%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#012FEA (or 0x012FEA) is known color: Blue. HEX triplet: 01, 2F and EA. RGB value is (1,47,234). Sum of RGB (Red+Green+Blue) = 1+47+234=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #012FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FEA is #FED015. Grayscale: #353535. Windows color (decimal): -16699414 or 15347457. OLE color: 15347457.

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

Color convert

RGB 1 47 234 -
CMYK 1.00 0.80 0 0.08
HSL 228.15º 0.99% 0.46% -
HSV(B) 228.15º 1% 0.92% -
XYZ 15.88 7.98 78.55 -
YUV 54.56 229.26 89.79 -
System Red Green Blue C M Y K H S L
Decimal 1 47 234 1.00 0.80 0 0.08 228.15 0.99 0.46
Hex 1 2F EA 64 50 0 8 E4 63 2E
Octal 1 57 352 144 120 0 10 344 143 56
Binary 1 101111 11101010 1100100 1010000 0 1000 11100100 1100011 101110

Color Harmonies of #012FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FEA

Black with #012FEA

Text Example


Text Example

White with #012FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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