Shades of Medium Blue #1701CF
Tints of Medium Blue #1701CF
RGB
CMYK
RGB Variations
Color information
#1701CF (or 0x1701CF) is known color: Medium Blue. HEX triplet: 17, 01 and CF. RGB value is (23,1,207). Sum of RGB (Red+Green+Blue) = 23+1+207=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 207 (81.25% from 255 or 89.61% from 231); Max value from RGB is 207 - color contains mainly: blue. Hex color #1701CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1701CF is #E8FE30. Grayscale: #1E1E1E. Windows color (decimal): -15269425 or 13566231. OLE color: 13566231.
HSL color Cylindrical-coordinate representation of color #1701CF: hue angle of 246.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1701CF is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 1 | 207 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.19 |
| HSL | 246.41º | 0.99% | 0.41% | - |
| HSV(B) | 246.41º | 1% | 0.81% | - |
| XYZ | 11.63 | 4.71 | 59.33 | - |
| YUV | 31.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 207 | 0.89 | 1.00 | 0 | 0.19 | 246.41 | 0.99 | 0.41 |
| Hex | 17 | 1 | CF | 59 | 64 | 0 | 13 | F6 | 63 | 29 |
| Octal | 27 | 1 | 317 | 131 | 144 | 0 | 23 | 366 | 143 | 51 |
| Binary | 10111 | 1 | 11001111 | 1011001 | 1100100 | 0 | 10011 | 11110110 | 1100011 | 101001 |
Color Harmonies of #1701CF
Complementary color
Monochromatic Colors of #1701CF
Black with #1701CF
Text Example
Text Example
White with #1701CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1701CF; }
p { color: rgb(23,1,207); }
H1.HeaderClassName
{
color: #1701CF;
}
.AnyTagClassName
{
color: #1701CF;
}
</style>
background-color css
<style>
a { background-color: #1701CF; }
a { background-color: rgb(23,1,207); }
div.DivClassName
{
background-color: #1701CF;
}
.BgClassName
{
background-color: #1701CF;
}
</style>
border-color css
<style>
span { border-color: #1701CF; }
span { border-color: rgb(23,1,207); }
td.TdClassName
{
border-color: #1701CF;
}
.TagClassName
{
border-color: #1701CF;
}
</style>