Shades of Medium Blue #1509DB
Tints of Medium Blue #1509DB
RGB
CMYK
RGB Variations
Color information
#1509DB (or 0x1509DB) is known color: Medium Blue. HEX triplet: 15, 09 and DB. RGB value is (21,9,219). Sum of RGB (Red+Green+Blue) = 21+9+219=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #1509DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1509DB is #EAF624. Grayscale: #232323. Windows color (decimal): -15398437 or 14354709. OLE color: 14354709.
HSL color Cylindrical-coordinate representation of color #1509DB: hue angle of 243.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1509DB is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 9 | 219 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.14 |
| HSL | 243.43º | 0.92% | 0.45% | - |
| HSV(B) | 243.43º | 0.96% | 0.86% | - |
| XYZ | 13.19 | 5.47 | 67.38 | - |
| YUV | 36.53 | 230.98 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 219 | 0.90 | 0.96 | 0 | 0.14 | 243.43 | 0.92 | 0.45 |
| Hex | 15 | 9 | DB | 5A | 60 | 0 | E | F3 | 5C | 2D |
| Octal | 25 | 11 | 333 | 132 | 140 | 0 | 16 | 363 | 134 | 55 |
| Binary | 10101 | 1001 | 11011011 | 1011010 | 1100000 | 0 | 1110 | 11110011 | 1011100 | 101101 |
Color Harmonies of #1509DB
Complementary color
Monochromatic Colors of #1509DB
Black with #1509DB
Text Example
Text Example
White with #1509DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509DB; }
p { color: rgb(21,9,219); }
H1.HeaderClassName
{
color: #1509DB;
}
.AnyTagClassName
{
color: #1509DB;
}
</style>
background-color css
<style>
a { background-color: #1509DB; }
a { background-color: rgb(21,9,219); }
div.DivClassName
{
background-color: #1509DB;
}
.BgClassName
{
background-color: #1509DB;
}
</style>
border-color css
<style>
span { border-color: #1509DB; }
span { border-color: rgb(21,9,219); }
td.TdClassName
{
border-color: #1509DB;
}
.TagClassName
{
border-color: #1509DB;
}
</style>