Shades of Medium Blue #0017CF
Tints of Medium Blue #0017CF
RGB
CMYK
RGB Variations
Color information
#0017CF (or 0x0017CF) is known color: Medium Blue. HEX triplet: 00, 17 and CF. RGB value is (0,23,207). Sum of RGB (Red+Green+Blue) = 0+23+207=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 207 (81.25% from 255 or 90% from 230); Max value from RGB is 207 - color contains mainly: blue. Hex color #0017CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017CF is #FFE830. Grayscale: #242424. Windows color (decimal): -16771121 or 13571840. OLE color: 13571840.
HSL color Cylindrical-coordinate representation of color #0017CF: hue angle of 233.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017CF is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 23 | 207 | - |
| CMYK | 1 | 0.89 | 0 | 0.19 |
| HSL | 233.33º | 1% | 0.41% | - |
| HSV(B) | 233.33º | 1% | 0.81% | - |
| XYZ | 11.57 | 5.12 | 59.41 | - |
| YUV | 37.1 | 223.88 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 207 | 1 | 0.89 | 0 | 0.19 | 233.33 | 1 | 0.41 |
| Hex | 0 | 17 | CF | 64 | 59 | 0 | 13 | E9 | 64 | 29 |
| Octal | 0 | 27 | 317 | 144 | 131 | 0 | 23 | 351 | 144 | 51 |
| Binary | 0 | 10111 | 11001111 | 1100100 | 1011001 | 0 | 10011 | 11101001 | 1100100 | 101001 |
Color Harmonies of #0017CF
Complementary color
Monochromatic Colors of #0017CF
Black with #0017CF
Text Example
Text Example
White with #0017CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017CF; }
p { color: rgb(0,23,207); }
H1.HeaderClassName
{
color: #0017CF;
}
.AnyTagClassName
{
color: #0017CF;
}
</style>
background-color css
<style>
a { background-color: #0017CF; }
a { background-color: rgb(0,23,207); }
div.DivClassName
{
background-color: #0017CF;
}
.BgClassName
{
background-color: #0017CF;
}
</style>
border-color css
<style>
span { border-color: #0017CF; }
span { border-color: rgb(0,23,207); }
td.TdClassName
{
border-color: #0017CF;
}
.TagClassName
{
border-color: #0017CF;
}
</style>