#1E0BDF

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

Shades of Medium Blue #1E0BDF

Tints of Medium Blue #1E0BDF

Color information

#1E0BDF (or 0x1E0BDF) is unknown color: approx Medium Blue. HEX triplet: 1E, 0B and DF. RGB value is (30,11,223). Sum of RGB (Red+Green+Blue) = 30+11+223=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E0BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BDF is #E1F420. Grayscale: #282828. Windows color (decimal): -14808097 or 14617374. OLE color: 14617374.

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

Color convert

RGB3011223-
CMYK0.870.9500.13
HSL245.38º90.6%45.88%-
HSV(B)245.38º95.07%87.45%-
XYZ13.975.8470.2-
YUV40.85230.79120.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.36%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 223 (87.5% from 255) = 84.47%
R=11.36%
G=4.17%
B=84.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30112230.870.9500.13245.3890.645.88
Hex1EBDF575F0Df55b2e
Octal361333712713701536513356
Binary111101011110111111010111101111101101111101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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