#1E00CF

Color #1E00CF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1E00CF

Tints of Medium Blue #1E00CF

Color information

#1E00CF (or 0x1E00CF) is unknown color: approx Medium Blue. HEX triplet: 1E, 00 and CF. RGB value is (30,0,207). Sum of RGB (Red+Green+Blue) = 30+0+207=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00CF is #E1FF30. Grayscale: #1F1F1F. Windows color (decimal): -14810929 or 13565982. OLE color: 13565982.

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

Color convert

RGB300207-
CMYK0.86100.19
HSL248.7º100%40.59%-
HSV(B)248.7º100%81.18%-
XYZ11.84.7859.33-
YUV32.57226.44126.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 87.34%
R=12.66%
G=0%
B=87.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3002070.86100.19248.710040.59
Hex1E0CF5664013f96429
Octal36031712614402337114451
Binary1111001100111110101101100100010011111110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E00CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E00CF;
 }
 .AnyTagClassName
 {
   color: #1E00CF;
 }
</style>
background-color css

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

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

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

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

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

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