Shades of Medium Blue #1505DF
Tints of Medium Blue #1505DF
RGB
CMYK
RGB Variations
Color information
#1505DF (or 0x1505DF) is known color: Medium Blue. HEX triplet: 15, 05 and DF. RGB value is (21,5,223). Sum of RGB (Red+Green+Blue) = 21+5+223=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #1505DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505DF is #EAFA20. Grayscale: #212121. Windows color (decimal): -15399457 or 14615829. OLE color: 14615829.
HSL color Cylindrical-coordinate representation of color #1505DF: hue angle of 244.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505DF is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 5 | 223 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.13 |
| HSL | 244.4º | 0.96% | 0.45% | - |
| HSV(B) | 244.4º | 0.98% | 0.87% | - |
| XYZ | 13.68 | 5.6 | 70.17 | - |
| YUV | 34.64 | 234.3 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 223 | 0.91 | 0.98 | 0 | 0.13 | 244.4 | 0.96 | 0.45 |
| Hex | 15 | 5 | DF | 5B | 62 | 0 | D | F4 | 60 | 2D |
| Octal | 25 | 5 | 337 | 133 | 142 | 0 | 15 | 364 | 140 | 55 |
| Binary | 10101 | 101 | 11011111 | 1011011 | 1100010 | 0 | 1101 | 11110100 | 1100000 | 101101 |
Color Harmonies of #1505DF
Complementary color
Monochromatic Colors of #1505DF
Black with #1505DF
Text Example
Text Example
White with #1505DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505DF; }
p { color: rgb(21,5,223); }
H1.HeaderClassName
{
color: #1505DF;
}
.AnyTagClassName
{
color: #1505DF;
}
</style>
background-color css
<style>
a { background-color: #1505DF; }
a { background-color: rgb(21,5,223); }
div.DivClassName
{
background-color: #1505DF;
}
.BgClassName
{
background-color: #1505DF;
}
</style>
border-color css
<style>
span { border-color: #1505DF; }
span { border-color: rgb(21,5,223); }
td.TdClassName
{
border-color: #1505DF;
}
.TagClassName
{
border-color: #1505DF;
}
</style>