#1E09CE

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

Shades of Medium Blue #1E09CE

Tints of Medium Blue #1E09CE

Color information

#1E09CE (or 0x1E09CE) is unknown color: approx Medium Blue. HEX triplet: 1E, 09 and CE. RGB value is (30,9,206). Sum of RGB (Red+Green+Blue) = 30+9+206=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E09CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E09CE is #E1F631. Grayscale: #242424. Windows color (decimal): -14808626 or 13502750. OLE color: 13502750.

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

Color convert

RGB309206-
CMYK0.850.9600.19
HSL246.4º91.63%42.16%-
HSV(B)246.4º95.63%80.78%-
XYZ11.774.9358.72-
YUV37.74222.96122.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 206 (80.86% from 255) = 84.08%
R=12.24%
G=3.67%
B=84.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3092060.850.9600.19246.491.6342.16
Hex1E9CE5560013f65c2a
Octal361131612514002336613452
Binary1111010011100111010101011100000010011111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E09CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,206); }

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

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

 a { background-color: rgb(30,9,206); }

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

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

 span { border-color: rgb(30,9,206); }

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