Shades of Blue #1701FB
Tints of Blue #1701FB
RGB
CMYK
RGB Variations
Color information
#1701FB (or 0x1701FB) is known color: Blue. HEX triplet: 17, 01 and FB. RGB value is (23,1,251). Sum of RGB (Red+Green+Blue) = 23+1+251=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 251 (98.44% from 255 or 91.27% from 275); Max value from RGB is 251 - color contains mainly: blue. Hex color #1701FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1701FB is #E8FE04. Grayscale: #232323. Windows color (decimal): -15269381 or 16449815. OLE color: 16449815.
HSL color Cylindrical-coordinate representation of color #1701FB: hue angle of 245.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1701FB is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 1 | 251 | - |
| CMYK | 0.91 | 1.00 | 0 | 0.02 |
| HSL | 245.28º | 0.99% | 0.49% | - |
| HSV(B) | 245.28º | 1% | 0.98% | - |
| XYZ | 17.78 | 7.17 | 91.71 | - |
| YUV | 36.08 | 249.29 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 251 | 0.91 | 1.00 | 0 | 0.02 | 245.28 | 0.99 | 0.49 |
| Hex | 17 | 1 | FB | 5B | 64 | 0 | 2 | F5 | 63 | 31 |
| Octal | 27 | 1 | 373 | 133 | 144 | 0 | 2 | 365 | 143 | 61 |
| Binary | 10111 | 1 | 11111011 | 1011011 | 1100100 | 0 | 10 | 11110101 | 1100011 | 110001 |
Color Harmonies of #1701FB
Complementary color
Monochromatic Colors of #1701FB
Black with #1701FB
Text Example
Text Example
White with #1701FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1701FB; }
p { color: rgb(23,1,251); }
H1.HeaderClassName
{
color: #1701FB;
}
.AnyTagClassName
{
color: #1701FB;
}
</style>
background-color css
<style>
a { background-color: #1701FB; }
a { background-color: rgb(23,1,251); }
div.DivClassName
{
background-color: #1701FB;
}
.BgClassName
{
background-color: #1701FB;
}
</style>
border-color css
<style>
span { border-color: #1701FB; }
span { border-color: rgb(23,1,251); }
td.TdClassName
{
border-color: #1701FB;
}
.TagClassName
{
border-color: #1701FB;
}
</style>