Shades of Medium Blue #0521CF
Tints of Medium Blue #0521CF
RGB
CMYK
RGB Variations
Color information
#0521CF (or 0x0521CF) is known color: Medium Blue. HEX triplet: 05, 21 and CF. RGB value is (5,33,207). Sum of RGB (Red+Green+Blue) = 5+33+207=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #0521CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521CF is #FADE30. Grayscale: #2B2B2B. Windows color (decimal): -16440881 or 13574405. OLE color: 13574405.
HSL color Cylindrical-coordinate representation of color #0521CF: hue angle of 231.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0521CF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 33 | 207 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.19 |
| HSL | 231.68º | 0.95% | 0.42% | - |
| HSV(B) | 231.68º | 0.98% | 0.81% | - |
| XYZ | 11.87 | 5.62 | 59.49 | - |
| YUV | 44.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 207 | 0.98 | 0.84 | 0 | 0.19 | 231.68 | 0.95 | 0.42 |
| Hex | 5 | 21 | CF | 62 | 54 | 0 | 13 | E8 | 5F | 2A |
| Octal | 5 | 41 | 317 | 142 | 124 | 0 | 23 | 350 | 137 | 52 |
| Binary | 101 | 100001 | 11001111 | 1100010 | 1010100 | 0 | 10011 | 11101000 | 1011111 | 101010 |
Color Harmonies of #0521CF
Complementary color
Monochromatic Colors of #0521CF
Black with #0521CF
Text Example
Text Example
White with #0521CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521CF; }
p { color: rgb(5,33,207); }
H1.HeaderClassName
{
color: #0521CF;
}
.AnyTagClassName
{
color: #0521CF;
}
</style>
background-color css
<style>
a { background-color: #0521CF; }
a { background-color: rgb(5,33,207); }
div.DivClassName
{
background-color: #0521CF;
}
.BgClassName
{
background-color: #0521CF;
}
</style>
border-color css
<style>
span { border-color: #0521CF; }
span { border-color: rgb(5,33,207); }
td.TdClassName
{
border-color: #0521CF;
}
.TagClassName
{
border-color: #0521CF;
}
</style>