Shades of Medium Blue #0502DD
Tints of Medium Blue #0502DD
RGB
CMYK
RGB Variations
Color information
#0502DD (or 0x0502DD) is known color: Medium Blue. HEX triplet: 05, 02 and DD. RGB value is (5,2,221). Sum of RGB (Red+Green+Blue) = 5+2+221=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0502DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502DD is #FAFD22. Grayscale: #1A1A1A. Windows color (decimal): -16448803 or 14483973. OLE color: 14483973.
HSL color Cylindrical-coordinate representation of color #0502DD: hue angle of 240.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502DD is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 2 | 221 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.13 |
| HSL | 240.82º | 0.98% | 0.44% | - |
| HSV(B) | 240.82º | 0.99% | 0.87% | - |
| XYZ | 13.14 | 5.3 | 68.74 | - |
| YUV | 27.86 | 236.99 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 221 | 0.98 | 0.99 | 0 | 0.13 | 240.82 | 0.98 | 0.44 |
| Hex | 5 | 2 | DD | 62 | 63 | 0 | D | F1 | 62 | 2C |
| Octal | 5 | 2 | 335 | 142 | 143 | 0 | 15 | 361 | 142 | 54 |
| Binary | 101 | 10 | 11011101 | 1100010 | 1100011 | 0 | 1101 | 11110001 | 1100010 | 101100 |
Color Harmonies of #0502DD
Complementary color
Monochromatic Colors of #0502DD
Black with #0502DD
Text Example
Text Example
White with #0502DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502DD; }
p { color: rgb(5,2,221); }
H1.HeaderClassName
{
color: #0502DD;
}
.AnyTagClassName
{
color: #0502DD;
}
</style>
background-color css
<style>
a { background-color: #0502DD; }
a { background-color: rgb(5,2,221); }
div.DivClassName
{
background-color: #0502DD;
}
.BgClassName
{
background-color: #0502DD;
}
</style>
border-color css
<style>
span { border-color: #0502DD; }
span { border-color: rgb(5,2,221); }
td.TdClassName
{
border-color: #0502DD;
}
.TagClassName
{
border-color: #0502DD;
}
</style>