Shades of Medium Blue #1500DA
Tints of Medium Blue #1500DA
RGB
CMYK
RGB Variations
Color information
#1500DA (or 0x1500DA) is known color: Medium Blue. HEX triplet: 15, 00 and DA. RGB value is (21,0,218). Sum of RGB (Red+Green+Blue) = 21+0+218=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 218 (85.55% from 255 or 91.21% from 239); Max value from RGB is 218 - color contains mainly: blue. Hex color #1500DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500DA is #EAFF25. Grayscale: #1E1E1E. Windows color (decimal): -15400742 or 14286869. OLE color: 14286869.
HSL color Cylindrical-coordinate representation of color #1500DA: hue angle of 245.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500DA is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 0 | 218 | - |
| CMYK | 0.90 | 1 | 0 | 0.15 |
| HSL | 245.78º | 1% | 0.43% | - |
| HSV(B) | 245.78º | 1% | 0.85% | - |
| XYZ | 12.96 | 5.22 | 66.65 | - |
| YUV | 31.13 | 233.46 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 218 | 0.90 | 1 | 0 | 0.15 | 245.78 | 1 | 0.43 |
| Hex | 15 | 0 | DA | 5A | 64 | 0 | F | F6 | 64 | 2B |
| Octal | 25 | 0 | 332 | 132 | 144 | 0 | 17 | 366 | 144 | 53 |
| Binary | 10101 | 0 | 11011010 | 1011010 | 1100100 | 0 | 1111 | 11110110 | 1100100 | 101011 |
Color Harmonies of #1500DA
Complementary color
Monochromatic Colors of #1500DA
Black with #1500DA
Text Example
Text Example
White with #1500DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500DA; }
p { color: rgb(21,0,218); }
H1.HeaderClassName
{
color: #1500DA;
}
.AnyTagClassName
{
color: #1500DA;
}
</style>
background-color css
<style>
a { background-color: #1500DA; }
a { background-color: rgb(21,0,218); }
div.DivClassName
{
background-color: #1500DA;
}
.BgClassName
{
background-color: #1500DA;
}
</style>
border-color css
<style>
span { border-color: #1500DA; }
span { border-color: rgb(21,0,218); }
td.TdClassName
{
border-color: #1500DA;
}
.TagClassName
{
border-color: #1500DA;
}
</style>