Shades of Medium Blue #1702BF
Tints of Medium Blue #1702BF
RGB
CMYK
RGB Variations
Color information
#1702BF (or 0x1702BF) is known color: Medium Blue. HEX triplet: 17, 02 and BF. RGB value is (23,2,191). Sum of RGB (Red+Green+Blue) = 23+2+191=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 191 (75% from 255 or 88.43% from 216); Max value from RGB is 191 - color contains mainly: blue. Hex color #1702BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702BF is #E8FD40. Grayscale: #1D1D1D. Windows color (decimal): -15269185 or 12517911. OLE color: 12517911.
HSL color Cylindrical-coordinate representation of color #1702BF: hue angle of 246.67º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702BF is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 2 | 191 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.25 |
| HSL | 246.67º | 0.98% | 0.38% | - |
| HSV(B) | 246.67º | 0.99% | 0.75% | - |
| XYZ | 9.78 | 3.99 | 49.54 | - |
| YUV | 29.83 | 218.96 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 191 | 0.88 | 0.99 | 0 | 0.25 | 246.67 | 0.98 | 0.38 |
| Hex | 17 | 2 | BF | 58 | 63 | 0 | 19 | F7 | 62 | 26 |
| Octal | 27 | 2 | 277 | 130 | 143 | 0 | 31 | 367 | 142 | 46 |
| Binary | 10111 | 10 | 10111111 | 1011000 | 1100011 | 0 | 11001 | 11110111 | 1100010 | 100110 |
Color Harmonies of #1702BF
Complementary color
Monochromatic Colors of #1702BF
Black with #1702BF
Text Example
Text Example
White with #1702BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702BF; }
p { color: rgb(23,2,191); }
H1.HeaderClassName
{
color: #1702BF;
}
.AnyTagClassName
{
color: #1702BF;
}
</style>
background-color css
<style>
a { background-color: #1702BF; }
a { background-color: rgb(23,2,191); }
div.DivClassName
{
background-color: #1702BF;
}
.BgClassName
{
background-color: #1702BF;
}
</style>
border-color css
<style>
span { border-color: #1702BF; }
span { border-color: rgb(23,2,191); }
td.TdClassName
{
border-color: #1702BF;
}
.TagClassName
{
border-color: #1702BF;
}
</style>