Shades of Medium Blue #0526DF
Tints of Medium Blue #0526DF
RGB
CMYK
RGB Variations
Color information
#0526DF (or 0x0526DF) is known color: Medium Blue. HEX triplet: 05, 26 and DF. RGB value is (5,38,223). Sum of RGB (Red+Green+Blue) = 5+38+223=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #0526DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526DF is #FAD920. Grayscale: #303030. Windows color (decimal): -16439585 or 14624261. OLE color: 14624261.
HSL color Cylindrical-coordinate representation of color #0526DF: hue angle of 230.92º 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 #0526DF is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 38 | 223 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.13 |
| HSL | 230.92º | 0.96% | 0.45% | - |
| HSV(B) | 230.92º | 0.98% | 0.87% | - |
| XYZ | 14.07 | 6.75 | 70.37 | - |
| YUV | 49.22 | 226.07 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 223 | 0.98 | 0.83 | 0 | 0.13 | 230.92 | 0.96 | 0.45 |
| Hex | 5 | 26 | DF | 62 | 53 | 0 | D | E7 | 60 | 2D |
| Octal | 5 | 46 | 337 | 142 | 123 | 0 | 15 | 347 | 140 | 55 |
| Binary | 101 | 100110 | 11011111 | 1100010 | 1010011 | 0 | 1101 | 11100111 | 1100000 | 101101 |
Color Harmonies of #0526DF
Complementary color
Monochromatic Colors of #0526DF
Black with #0526DF
Text Example
Text Example
White with #0526DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526DF; }
p { color: rgb(5,38,223); }
H1.HeaderClassName
{
color: #0526DF;
}
.AnyTagClassName
{
color: #0526DF;
}
</style>
background-color css
<style>
a { background-color: #0526DF; }
a { background-color: rgb(5,38,223); }
div.DivClassName
{
background-color: #0526DF;
}
.BgClassName
{
background-color: #0526DF;
}
</style>
border-color css
<style>
span { border-color: #0526DF; }
span { border-color: rgb(5,38,223); }
td.TdClassName
{
border-color: #0526DF;
}
.TagClassName
{
border-color: #0526DF;
}
</style>