Shades of Medium Blue #0502CF
Tints of Medium Blue #0502CF
RGB
CMYK
RGB Variations
Color information
#0502CF (or 0x0502CF) is known color: Medium Blue. HEX triplet: 05, 02 and CF. RGB value is (5,2,207). Sum of RGB (Red+Green+Blue) = 5+2+207=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 207 (81.25% from 255 or 96.73% from 214); Max value from RGB is 207 - color contains mainly: blue. Hex color #0502CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502CF is #FAFD30. Grayscale: #191919. Windows color (decimal): -16448817 or 13566469. OLE color: 13566469.
HSL color Cylindrical-coordinate representation of color #0502CF: hue angle of 240.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502CF is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 2 | 207 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.19 |
| HSL | 240.88º | 0.98% | 0.41% | - |
| HSV(B) | 240.88º | 0.99% | 0.81% | - |
| XYZ | 11.35 | 4.58 | 59.32 | - |
| YUV | 26.27 | 229.99 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 207 | 0.98 | 0.99 | 0 | 0.19 | 240.88 | 0.98 | 0.41 |
| Hex | 5 | 2 | CF | 62 | 63 | 0 | 13 | F1 | 62 | 29 |
| Octal | 5 | 2 | 317 | 142 | 143 | 0 | 23 | 361 | 142 | 51 |
| Binary | 101 | 10 | 11001111 | 1100010 | 1100011 | 0 | 10011 | 11110001 | 1100010 | 101001 |
Color Harmonies of #0502CF
Complementary color
Monochromatic Colors of #0502CF
Black with #0502CF
Text Example
Text Example
White with #0502CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502CF; }
p { color: rgb(5,2,207); }
H1.HeaderClassName
{
color: #0502CF;
}
.AnyTagClassName
{
color: #0502CF;
}
</style>
background-color css
<style>
a { background-color: #0502CF; }
a { background-color: rgb(5,2,207); }
div.DivClassName
{
background-color: #0502CF;
}
.BgClassName
{
background-color: #0502CF;
}
</style>
border-color css
<style>
span { border-color: #0502CF; }
span { border-color: rgb(5,2,207); }
td.TdClassName
{
border-color: #0502CF;
}
.TagClassName
{
border-color: #0502CF;
}
</style>