Html Css Color HEX #001ED0 Medium Blue

📋 copy color: '#001ED0'

red 0 ◦ green 30 ◦ blue 208

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

Shades of Medium Blue #001ED0

Tints of Medium Blue #001ED0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 12.61%

 BLUE value IS 208 (81.64% from 255) = 87.39%

R = 0%
G = 12.61%
B = 87.39%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#001ED0 (or 0x001ED0) is known color: Medium Blue. HEX triplet: 00, 1E and D0. RGB value is (0,30,208). Sum of RGB (Red+Green+Blue) = 0+30+208=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 208 (81.64% from 255 or 87.39% from 238); Max value from RGB is 208 - color contains mainly: blue. Hex color #001ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ED0 is #FFE12F. Grayscale: #282828. Windows color (decimal): -16769328 or 13639168. OLE color: 13639168.

HSL color Cylindrical-coordinate representation of color #001ED0: hue angle of 231.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ED0 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 30 208 -
CMYK 1 0.86 0 0.18
HSL 231.35º 1% 0.41% -
HSV(B) 231.35º 1% 0.82% -
XYZ 11.85 5.48 60.11 -
YUV 41.32 222.06 98.53 -
System Red Green Blue C M Y K H S L
Decimal 0 30 208 1 0.86 0 0.18 231.35 1 0.41
Hex 0 1E D0 64 56 0 12 E7 64 29
Octal 0 36 320 144 126 0 22 347 144 51
Binary 0 11110 11010000 1100100 1010110 0 10010 11100111 1100100 101001

Color Harmonies of #001ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ED0

Black with #001ED0

Text Example


Text Example

White with #001ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001ED0; }

 p { color: rgb(0,30,208); }

 H1.HeaderClassName
 {
   color: #001ED0;
 }
 .AnyTagClassName
 {
   color: #001ED0;
 }
</style>

background-color css

<style>
 a { background-color: #001ED0; }

 a { background-color: rgb(0,30,208); }

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

border-color css

<style>
 span { border-color: #001ED0; }

 span { border-color: rgb(0,30,208); }

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