Html Css Color HEX #1E00DE Medium Blue

📋 copy color: '#1E00DE'

red 30 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #1E00DE

Tints of Medium Blue #1E00DE

RGB

 RED value IS 30 (12.11% from 255) = 11.9%

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

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

R = 11.9%
G = 0%
B = 88.1%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E00DE (or 0x1E00DE) is known color: Medium Blue. HEX triplet: 1E, 00 and DE. RGB value is (30,0,222). Sum of RGB (Red+Green+Blue) = 30+0+222=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 222 (87.11% from 255 or 88.10% from 252); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00DE is #E1FF21. Grayscale: #212121. Windows color (decimal): -14810914 or 14549022. OLE color: 14549022.

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

Color convert

RGB 30 0 222 -
CMYK 0.86 1 0 0.13
HSL 248.11º 1% 0.44% -
HSV(B) 248.11º 1% 0.87% -
XYZ 13.72 5.55 69.46 -
YUV 34.28 233.94 124.95 -
System Red Green Blue C M Y K H S L
Decimal 30 0 222 0.86 1 0 0.13 248.11 1 0.44
Hex 1E 0 DE 56 64 0 D F8 64 2C
Octal 36 0 336 126 144 0 15 370 144 54
Binary 11110 0 11011110 1010110 1100100 0 1101 11111000 1100100 101100

Color Harmonies of #1E00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E00DE

Black with #1E00DE

Text Example


Text Example

White with #1E00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E00DE; }

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

 H1.HeaderClassName
 {
   color: #1E00DE;
 }
 .AnyTagClassName
 {
   color: #1E00DE;
 }
</style>

background-color css

<style>
 a { background-color: #1E00DE; }

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

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

border-color css

<style>
 span { border-color: #1E00DE; }

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

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