Shades of Medium Blue #0017CE
Tints of Medium Blue #0017CE
RGB
CMYK
RGB Variations
Color information
#0017CE (or 0x0017CE) is known color: Medium Blue. HEX triplet: 00, 17 and CE. RGB value is (0,23,206). Sum of RGB (Red+Green+Blue) = 0+23+206=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 206 (80.86% from 255 or 89.96% from 229); Max value from RGB is 206 - color contains mainly: blue. Hex color #0017CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017CE is #FFE831. Grayscale: #242424. Windows color (decimal): -16771122 or 13506304. OLE color: 13506304.
HSL color Cylindrical-coordinate representation of color #0017CE: hue angle of 233.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017CE is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 23 | 206 | - |
| CMYK | 1 | 0.89 | 0 | 0.19 |
| HSL | 233.3º | 1% | 0.4% | - |
| HSV(B) | 233.3º | 1% | 0.81% | - |
| XYZ | 11.45 | 5.07 | 58.77 | - |
| YUV | 36.99 | 223.38 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 206 | 1 | 0.89 | 0 | 0.19 | 233.3 | 1 | 0.4 |
| Hex | 0 | 17 | CE | 64 | 59 | 0 | 13 | E9 | 64 | 28 |
| Octal | 0 | 27 | 316 | 144 | 131 | 0 | 23 | 351 | 144 | 50 |
| Binary | 0 | 10111 | 11001110 | 1100100 | 1011001 | 0 | 10011 | 11101001 | 1100100 | 101000 |
Color Harmonies of #0017CE
Complementary color
Monochromatic Colors of #0017CE
Black with #0017CE
Text Example
Text Example
White with #0017CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017CE; }
p { color: rgb(0,23,206); }
H1.HeaderClassName
{
color: #0017CE;
}
.AnyTagClassName
{
color: #0017CE;
}
</style>
background-color css
<style>
a { background-color: #0017CE; }
a { background-color: rgb(0,23,206); }
div.DivClassName
{
background-color: #0017CE;
}
.BgClassName
{
background-color: #0017CE;
}
</style>
border-color css
<style>
span { border-color: #0017CE; }
span { border-color: rgb(0,23,206); }
td.TdClassName
{
border-color: #0017CE;
}
.TagClassName
{
border-color: #0017CE;
}
</style>