Html Css Color HEX #012EEB Blue

📋 copy color: '#012EEB'

red 1 ◦ green 46 ◦ blue 235

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

Shades of Blue #012EEB

Tints of Blue #012EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.31%

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

R = 0.35%
G = 16.31%
B = 83.33%

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

#012EEB (or 0x012EEB) is known color: Blue. HEX triplet: 01, 2E and EB. RGB value is (1,46,235). Sum of RGB (Red+Green+Blue) = 1+46+235=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 235 (92.19% from 255 or 83.33% from 282); Max value from RGB is 235 - color contains mainly: blue. Hex color #012EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EEB is #FED114. Grayscale: #353535. Windows color (decimal): -16699669 or 15412737. OLE color: 15412737.

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

Color convert

RGB 1 46 235 -
CMYK 1.00 0.80 0 0.08
HSL 228.46º 0.99% 0.46% -
HSV(B) 228.46º 1% 0.92% -
XYZ 15.98 7.96 79.29 -
YUV 54.09 230.09 90.13 -
System Red Green Blue C M Y K H S L
Decimal 1 46 235 1.00 0.80 0 0.08 228.46 0.99 0.46
Hex 1 2E EB 64 50 0 8 E4 63 2E
Octal 1 56 353 144 120 0 10 344 143 56
Binary 1 101110 11101011 1100100 1010000 0 1000 11100100 1100011 101110

Color Harmonies of #012EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EEB

Black with #012EEB

Text Example


Text Example

White with #012EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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