Shades of Medium Blue #1702CF
Tints of Medium Blue #1702CF
RGB
CMYK
RGB Variations
Color information
#1702CF (or 0x1702CF) is known color: Medium Blue. HEX triplet: 17, 02 and CF. RGB value is (23,2,207). Sum of RGB (Red+Green+Blue) = 23+2+207=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 207 (81.25% from 255 or 89.22% from 232); Max value from RGB is 207 - color contains mainly: blue. Hex color #1702CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702CF is #E8FD30. Grayscale: #1E1E1E. Windows color (decimal): -15269169 or 13566487. OLE color: 13566487.
HSL color Cylindrical-coordinate representation of color #1702CF: hue angle of 246.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702CF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 2 | 207 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.19 |
| HSL | 246.15º | 0.98% | 0.41% | - |
| HSV(B) | 246.15º | 0.99% | 0.81% | - |
| XYZ | 11.64 | 4.73 | 59.33 | - |
| YUV | 31.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 207 | 0.89 | 0.99 | 0 | 0.19 | 246.15 | 0.98 | 0.41 |
| Hex | 17 | 2 | CF | 59 | 63 | 0 | 13 | F6 | 62 | 29 |
| Octal | 27 | 2 | 317 | 131 | 143 | 0 | 23 | 366 | 142 | 51 |
| Binary | 10111 | 10 | 11001111 | 1011001 | 1100011 | 0 | 10011 | 11110110 | 1100010 | 101001 |
Color Harmonies of #1702CF
Complementary color
Monochromatic Colors of #1702CF
Black with #1702CF
Text Example
Text Example
White with #1702CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702CF; }
p { color: rgb(23,2,207); }
H1.HeaderClassName
{
color: #1702CF;
}
.AnyTagClassName
{
color: #1702CF;
}
</style>
background-color css
<style>
a { background-color: #1702CF; }
a { background-color: rgb(23,2,207); }
div.DivClassName
{
background-color: #1702CF;
}
.BgClassName
{
background-color: #1702CF;
}
</style>
border-color css
<style>
span { border-color: #1702CF; }
span { border-color: rgb(23,2,207); }
td.TdClassName
{
border-color: #1702CF;
}
.TagClassName
{
border-color: #1702CF;
}
</style>