Html Css Color HEX #010EE0 Medium Blue

📋 copy color: '#010EE0'

red 1 ◦ green 14 ◦ blue 224

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

Shades of Medium Blue #010EE0

Tints of Medium Blue #010EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

 BLUE value IS 224 (87.89% from 255) = 93.72%

R = 0.42%
G = 5.86%
B = 93.72%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#010EE0 (or 0x010EE0) is known color: Medium Blue. HEX triplet: 01, 0E and E0. RGB value is (1,14,224). Sum of RGB (Red+Green+Blue) = 1+14+224=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 224 (87.89% from 255 or 93.72% from 239); Max value from RGB is 224 - color contains mainly: blue. Hex color #010EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EE0 is #FEF11F. Grayscale: #212121. Windows color (decimal): -16707872 or 14683649. OLE color: 14683649.

HSL color Cylindrical-coordinate representation of color #010EE0: hue angle of 236.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EE0 is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 14 224 -
CMYK 1.00 0.94 0 0.12
HSL 236.5º 0.99% 0.44% -
HSV(B) 236.5º 1% 0.88% -
XYZ 13.62 5.7 70.9 -
YUV 34.05 235.19 104.42 -
System Red Green Blue C M Y K H S L
Decimal 1 14 224 1.00 0.94 0 0.12 236.5 0.99 0.44
Hex 1 E E0 64 5E 0 C ED 63 2C
Octal 1 16 340 144 136 0 14 355 143 54
Binary 1 1110 11100000 1100100 1011110 0 1100 11101101 1100011 101100

Color Harmonies of #010EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EE0

Black with #010EE0

Text Example


Text Example

White with #010EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EE0; }

 p { color: rgb(1,14,224); }

 H1.HeaderClassName
 {
   color: #010EE0;
 }
 .AnyTagClassName
 {
   color: #010EE0;
 }
</style>

background-color css

<style>
 a { background-color: #010EE0; }

 a { background-color: rgb(1,14,224); }

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

border-color css

<style>
 span { border-color: #010EE0; }

 span { border-color: rgb(1,14,224); }

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