#1805D0

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

Shades of Medium Blue #1805D0

Tints of Medium Blue #1805D0

Color information

#1805D0 (or 0x1805D0) is unknown color: approx Medium Blue. HEX triplet: 18, 05 and D0. RGB value is (24,5,208). Sum of RGB (Red+Green+Blue) = 24+5+208=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 208 (81.64% from 255 or 87.76% from 237); Max value from RGB is 208 - color contains mainly: blue. Hex color #1805D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1805D0 is #E7FA2F. Grayscale: #212121. Windows color (decimal): -15202864 or 13632792. OLE color: 13632792.

HSL color Cylindrical-coordinate representation of color #1805D0: hue angle of 245.62º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1805D0 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB245208-
CMYK0.880.9800.18
HSL245.62º95.31%41.76%-
HSV(B)245.62º97.6%81.57%-
XYZ11.824.8659.99-
YUV33.82226.29120.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 208 (81.64% from 255) = 87.76%
R=10.13%
G=2.11%
B=87.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2452080.880.9800.18245.6295.3141.76
Hex185D05862012f65f2a
Octal30532013014202236613752
Binary110001011101000010110001100010010010111101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1805D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1805D0; }

 p { color: rgb(24,5,208); }

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

<style>
 a { background-color: #1805D0; }

 a { background-color: rgb(24,5,208); }

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

<style>
 span { border-color: #1805D0; }

 span { border-color: rgb(24,5,208); }

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