Html Css Color HEX #1E00DF Medium Blue

📋 copy color: '#1E00DF'

red 30 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #1E00DF

Tints of Medium Blue #1E00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 88.14%

R = 11.86%
G = 0%
B = 88.14%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E00DF (or 0x1E00DF) is known color: Medium Blue. HEX triplet: 1E, 00 and DF. RGB value is (30,0,223). Sum of RGB (Red+Green+Blue) = 30+0+223=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00DF is #E1FF20. Grayscale: #212121. Windows color (decimal): -14810913 or 14614558. OLE color: 14614558.

HSL color Cylindrical-coordinate representation of color #1E00DF: hue angle of 248.07º 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 #1E00DF is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 0 223 -
CMYK 0.87 1 0 0.13
HSL 248.07º 1% 0.44% -
HSV(B) 248.07º 1% 0.87% -
XYZ 13.85 5.6 70.16 -
YUV 34.39 234.44 124.87 -
System Red Green Blue C M Y K H S L
Decimal 30 0 223 0.87 1 0 0.13 248.07 1 0.44
Hex 1E 0 DF 57 64 0 D F8 64 2C
Octal 36 0 337 127 144 0 15 370 144 54
Binary 11110 0 11011111 1010111 1100100 0 1101 11111000 1100100 101100

Color Harmonies of #1E00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E00DF

Black with #1E00DF

Text Example


Text Example

White with #1E00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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