Html Css Color HEX #012EED Blue

📋 copy color: '#012EED'

red 1 ◦ green 46 ◦ blue 237

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

Shades of Blue #012EED

Tints of Blue #012EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 83.45%

R = 0.35%
G = 16.2%
B = 83.45%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#012EED (or 0x012EED) is known color: Blue. HEX triplet: 01, 2E and ED. RGB value is (1,46,237). Sum of RGB (Red+Green+Blue) = 1+46+237=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 237 (92.97% from 255 or 83.45% from 284); Max value from RGB is 237 - color contains mainly: blue. Hex color #012EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EED is #FED112. Grayscale: #353535. Windows color (decimal): -16699667 or 15543809. OLE color: 15543809.

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

Color convert

RGB 1 46 237 -
CMYK 1.00 0.81 0 0.07
HSL 228.56º 0.99% 0.47% -
HSV(B) 228.56º 1% 0.93% -
XYZ 16.28 8.07 80.82 -
YUV 54.32 231.09 89.97 -
System Red Green Blue C M Y K H S L
Decimal 1 46 237 1.00 0.81 0 0.07 228.56 0.99 0.47
Hex 1 2E ED 64 51 0 7 E5 63 2F
Octal 1 56 355 144 121 0 7 345 143 57
Binary 1 101110 11101101 1100100 1010001 0 111 11100101 1100011 101111

Color Harmonies of #012EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EED

Black with #012EED

Text Example


Text Example

White with #012EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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