#1E09BC

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

Shades of Medium Blue #1E09BC

Tints of Medium Blue #1E09BC

Color information

#1E09BC (or 0x1E09BC) is unknown color: approx Medium Blue. HEX triplet: 1E, 09 and BC. RGB value is (30,9,188). Sum of RGB (Red+Green+Blue) = 30+9+188=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E09BC is #E1F643. Grayscale: #222222. Windows color (decimal): -14808644 or 12323102. OLE color: 12323102.

HSL color Cylindrical-coordinate representation of color #1E09BC: hue angle of 247.04º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E09BC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB309188-
CMYK0.840.9500.26
HSL247.04º90.86%38.63%-
HSV(B)247.04º95.21%73.73%-
XYZ9.714.147.86-
YUV35.68213.96123.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 188 (73.83% from 255) = 82.82%
R=13.22%
G=3.96%
B=82.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3091880.840.9500.26247.0490.8638.63
Hex1E9BC545F01Af75b27
Octal361127412413703236713347
Binary1111010011011110010101001011111011010111101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E09BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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