Shades of Medium Blue #0508CE
Tints of Medium Blue #0508CE
RGB
CMYK
RGB Variations
Color information
#0508CE (or 0x0508CE) is known color: Medium Blue. HEX triplet: 05, 08 and CE. RGB value is (5,8,206). Sum of RGB (Red+Green+Blue) = 5+8+206=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 206 (80.86% from 255 or 94.06% from 219); Max value from RGB is 206 - color contains mainly: blue. Hex color #0508CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508CE is #FAF731. Grayscale: #1C1C1C. Windows color (decimal): -16447282 or 13502469. OLE color: 13502469.
HSL color Cylindrical-coordinate representation of color #0508CE: hue angle of 239.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0508CE is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 8 | 206 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.19 |
| HSL | 239.1º | 0.95% | 0.41% | - |
| HSV(B) | 239.1º | 0.98% | 0.81% | - |
| XYZ | 11.29 | 4.66 | 58.7 | - |
| YUV | 29.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 206 | 0.98 | 0.96 | 0 | 0.19 | 239.1 | 0.95 | 0.41 |
| Hex | 5 | 8 | CE | 62 | 60 | 0 | 13 | EF | 5F | 29 |
| Octal | 5 | 10 | 316 | 142 | 140 | 0 | 23 | 357 | 137 | 51 |
| Binary | 101 | 1000 | 11001110 | 1100010 | 1100000 | 0 | 10011 | 11101111 | 1011111 | 101001 |
Color Harmonies of #0508CE
Complementary color
Monochromatic Colors of #0508CE
Black with #0508CE
Text Example
Text Example
White with #0508CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0508CE; }
p { color: rgb(5,8,206); }
H1.HeaderClassName
{
color: #0508CE;
}
.AnyTagClassName
{
color: #0508CE;
}
</style>
background-color css
<style>
a { background-color: #0508CE; }
a { background-color: rgb(5,8,206); }
div.DivClassName
{
background-color: #0508CE;
}
.BgClassName
{
background-color: #0508CE;
}
</style>
border-color css
<style>
span { border-color: #0508CE; }
span { border-color: rgb(5,8,206); }
td.TdClassName
{
border-color: #0508CE;
}
.TagClassName
{
border-color: #0508CE;
}
</style>