Html Css Color HEX #010EDC Medium Blue

📋 copy color: '#010EDC'

red 1 ◦ green 14 ◦ blue 220

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

Shades of Medium Blue #010EDC

Tints of Medium Blue #010EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 93.62%

R = 0.43%
G = 5.96%
B = 93.62%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#010EDC (or 0x010EDC) is known color: Medium Blue. HEX triplet: 01, 0E and DC. RGB value is (1,14,220). Sum of RGB (Red+Green+Blue) = 1+14+220=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #010EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EDC is #FEF123. Grayscale: #202020. Windows color (decimal): -16707876 or 14421505. OLE color: 14421505.

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

Color convert

RGB 1 14 220 -
CMYK 1.00 0.94 0 0.14
HSL 236.44º 0.99% 0.43% -
HSV(B) 236.44º 1% 0.86% -
XYZ 13.09 5.49 68.08 -
YUV 33.6 233.19 104.75 -
System Red Green Blue C M Y K H S L
Decimal 1 14 220 1.00 0.94 0 0.14 236.44 0.99 0.43
Hex 1 E DC 64 5E 0 E EC 63 2B
Octal 1 16 334 144 136 0 16 354 143 53
Binary 1 1110 11011100 1100100 1011110 0 1110 11101100 1100011 101011

Color Harmonies of #010EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EDC

Black with #010EDC

Text Example


Text Example

White with #010EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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