Html Css Color HEX #012FEB Blue

📋 copy color: '#012FEB'

red 1 ◦ green 47 ◦ blue 235

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

Shades of Blue #012FEB

Tints of Blue #012FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 83.04%

R = 0.35%
G = 16.61%
B = 83.04%

CMYK

 C value IS 1.00

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#012FEB (or 0x012FEB) is known color: Blue. HEX triplet: 01, 2F and EB. RGB value is (1,47,235). Sum of RGB (Red+Green+Blue) = 1+47+235=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #012FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FEB is #FED014. Grayscale: #353535. Windows color (decimal): -16699413 or 15412993. OLE color: 15412993.

HSL color Cylindrical-coordinate representation of color #012FEB: hue angle of 228.21º 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 #012FEB is Cyan = 1.00, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 47 235 -
CMYK 1.00 0.8 0 0.08
HSL 228.21º 0.99% 0.46% -
HSV(B) 228.21º 1% 0.92% -
XYZ 16.02 8.04 79.3 -
YUV 54.68 229.76 89.71 -
System Red Green Blue C M Y K H S L
Decimal 1 47 235 1.00 0.8 0 0.08 228.21 0.99 0.46
Hex 1 2F EB 64 50 0 8 E4 63 2E
Octal 1 57 353 144 120 0 10 344 143 56
Binary 1 101111 11101011 1100100 1010000 0 1000 11100100 1100011 101110

Color Harmonies of #012FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FEB

Black with #012FEB

Text Example


Text Example

White with #012FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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