Shades of Medium Blue #0527DE
Tints of Medium Blue #0527DE
RGB
CMYK
RGB Variations
Color information
#0527DE (or 0x0527DE) is known color: Medium Blue. HEX triplet: 05, 27 and DE. RGB value is (5,39,222). Sum of RGB (Red+Green+Blue) = 5+39+222=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #0527DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0527DE is #FAD821. Grayscale: #303030. Windows color (decimal): -16439330 or 14558981. OLE color: 14558981.
HSL color Cylindrical-coordinate representation of color #0527DE: hue angle of 230.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0527DE is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 39 | 222 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.13 |
| HSL | 230.6º | 0.96% | 0.45% | - |
| HSV(B) | 230.6º | 0.98% | 0.87% | - |
| XYZ | 13.97 | 6.76 | 69.68 | - |
| YUV | 49.7 | 225.24 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 222 | 0.98 | 0.82 | 0 | 0.13 | 230.6 | 0.96 | 0.45 |
| Hex | 5 | 27 | DE | 62 | 52 | 0 | D | E7 | 60 | 2D |
| Octal | 5 | 47 | 336 | 142 | 122 | 0 | 15 | 347 | 140 | 55 |
| Binary | 101 | 100111 | 11011110 | 1100010 | 1010010 | 0 | 1101 | 11100111 | 1100000 | 101101 |
Color Harmonies of #0527DE
Complementary color
Monochromatic Colors of #0527DE
Black with #0527DE
Text Example
Text Example
White with #0527DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0527DE; }
p { color: rgb(5,39,222); }
H1.HeaderClassName
{
color: #0527DE;
}
.AnyTagClassName
{
color: #0527DE;
}
</style>
background-color css
<style>
a { background-color: #0527DE; }
a { background-color: rgb(5,39,222); }
div.DivClassName
{
background-color: #0527DE;
}
.BgClassName
{
background-color: #0527DE;
}
</style>
border-color css
<style>
span { border-color: #0527DE; }
span { border-color: rgb(5,39,222); }
td.TdClassName
{
border-color: #0527DE;
}
.TagClassName
{
border-color: #0527DE;
}
</style>