Shades of Medium Blue #0502CC
Tints of Medium Blue #0502CC
RGB
CMYK
RGB Variations
Color information
#0502CC (or 0x0502CC) is known color: Medium Blue. HEX triplet: 05, 02 and CC. RGB value is (5,2,204). Sum of RGB (Red+Green+Blue) = 5+2+204=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 204 (80.08% from 255 or 96.68% from 211); Max value from RGB is 204 - color contains mainly: blue. Hex color #0502CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502CC is #FAFD33. Grayscale: #191919. Windows color (decimal): -16448820 or 13369861. OLE color: 13369861.
HSL color Cylindrical-coordinate representation of color #0502CC: hue angle of 240.89º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502CC is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 2 | 204 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.2 |
| HSL | 240.89º | 0.98% | 0.4% | - |
| HSV(B) | 240.89º | 0.99% | 0.8% | - |
| XYZ | 10.98 | 4.44 | 57.4 | - |
| YUV | 25.93 | 228.49 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 204 | 0.98 | 0.99 | 0 | 0.2 | 240.89 | 0.98 | 0.4 |
| Hex | 5 | 2 | CC | 62 | 63 | 0 | 14 | F1 | 62 | 28 |
| Octal | 5 | 2 | 314 | 142 | 143 | 0 | 24 | 361 | 142 | 50 |
| Binary | 101 | 10 | 11001100 | 1100010 | 1100011 | 0 | 10100 | 11110001 | 1100010 | 101000 |
Color Harmonies of #0502CC
Complementary color
Monochromatic Colors of #0502CC
Black with #0502CC
Text Example
Text Example
White with #0502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502CC; }
p { color: rgb(5,2,204); }
H1.HeaderClassName
{
color: #0502CC;
}
.AnyTagClassName
{
color: #0502CC;
}
</style>
background-color css
<style>
a { background-color: #0502CC; }
a { background-color: rgb(5,2,204); }
div.DivClassName
{
background-color: #0502CC;
}
.BgClassName
{
background-color: #0502CC;
}
</style>
border-color css
<style>
span { border-color: #0502CC; }
span { border-color: rgb(5,2,204); }
td.TdClassName
{
border-color: #0502CC;
}
.TagClassName
{
border-color: #0502CC;
}
</style>