Html Css Color HEX #010ECD Medium Blue

📋 copy color: '#010ECD'

red 1 ◦ green 14 ◦ blue 205

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

Shades of Medium Blue #010ECD

Tints of Medium Blue #010ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 93.18%

R = 0.45%
G = 6.36%
B = 93.18%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#010ECD (or 0x010ECD) is known color: Medium Blue. HEX triplet: 01, 0E and CD. RGB value is (1,14,205). Sum of RGB (Red+Green+Blue) = 1+14+205=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #010ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ECD is #FEF132. Grayscale: #1F1F1F. Windows color (decimal): -16707891 or 13438465. OLE color: 13438465.

HSL color Cylindrical-coordinate representation of color #010ECD: hue angle of 236.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010ECD is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 14 205 -
CMYK 1.00 0.93 0 0.20
HSL 236.18º 0.99% 0.4% -
HSV(B) 236.18º 1% 0.8% -
XYZ 11.19 4.73 58.08 -
YUV 31.89 225.69 105.97 -
System Red Green Blue C M Y K H S L
Decimal 1 14 205 1.00 0.93 0 0.20 236.18 0.99 0.4
Hex 1 E CD 64 5D 0 14 EC 63 28
Octal 1 16 315 144 135 0 24 354 143 50
Binary 1 1110 11001101 1100100 1011101 0 10100 11101100 1100011 101000

Color Harmonies of #010ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ECD

Black with #010ECD

Text Example


Text Example

White with #010ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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