Html Css Color HEX #010EDE Medium Blue

📋 copy color: '#010EDE'

red 1 ◦ green 14 ◦ blue 222

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

Shades of Medium Blue #010EDE

Tints of Medium Blue #010EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 93.67%

R = 0.42%
G = 5.91%
B = 93.67%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#010EDE (or 0x010EDE) is known color: Medium Blue. HEX triplet: 01, 0E and DE. RGB value is (1,14,222). Sum of RGB (Red+Green+Blue) = 1+14+222=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 222 (87.11% from 255 or 93.67% from 237); Max value from RGB is 222 - color contains mainly: blue. Hex color #010EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EDE is #FEF121. Grayscale: #202020. Windows color (decimal): -16707874 or 14552577. OLE color: 14552577.

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

Color convert

RGB 1 14 222 -
CMYK 1.00 0.94 0 0.13
HSL 236.47º 0.99% 0.44% -
HSV(B) 236.47º 1% 0.87% -
XYZ 13.35 5.59 69.48 -
YUV 33.83 234.19 104.59 -
System Red Green Blue C M Y K H S L
Decimal 1 14 222 1.00 0.94 0 0.13 236.47 0.99 0.44
Hex 1 E DE 64 5E 0 D EC 63 2C
Octal 1 16 336 144 136 0 15 354 143 54
Binary 1 1110 11011110 1100100 1011110 0 1101 11101100 1100011 101100

Color Harmonies of #010EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EDE

Black with #010EDE

Text Example


Text Example

White with #010EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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