Shades of Blue #1700FD
Tints of Blue #1700FD
RGB
CMYK
RGB Variations
Color information
#1700FD (or 0x1700FD) is known color: Blue. HEX triplet: 17, 00 and FD. RGB value is (23,0,253). Sum of RGB (Red+Green+Blue) = 23+0+253=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #1700FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1700FD is #E8FF02. Grayscale: #222222. Windows color (decimal): -15269635 or 16580631. OLE color: 16580631.
HSL color Cylindrical-coordinate representation of color #1700FD: hue angle of 245.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700FD is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 0 | 253 | - |
| CMYK | 0.91 | 1 | 0 | 0.01 |
| HSL | 245.45º | 1% | 0.5% | - |
| HSV(B) | 245.45º | 1% | 0.99% | - |
| XYZ | 18.08 | 7.27 | 93.38 | - |
| YUV | 35.72 | 250.62 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 253 | 0.91 | 1 | 0 | 0.01 | 245.45 | 1 | 0.5 |
| Hex | 17 | 0 | FD | 5B | 64 | 0 | 1 | F5 | 64 | 32 |
| Octal | 27 | 0 | 375 | 133 | 144 | 0 | 1 | 365 | 144 | 62 |
| Binary | 10111 | 0 | 11111101 | 1011011 | 1100100 | 0 | 1 | 11110101 | 1100100 | 110010 |
Color Harmonies of #1700FD
Complementary color
Monochromatic Colors of #1700FD
Black with #1700FD
Text Example
Text Example
White with #1700FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700FD; }
p { color: rgb(23,0,253); }
H1.HeaderClassName
{
color: #1700FD;
}
.AnyTagClassName
{
color: #1700FD;
}
</style>
background-color css
<style>
a { background-color: #1700FD; }
a { background-color: rgb(23,0,253); }
div.DivClassName
{
background-color: #1700FD;
}
.BgClassName
{
background-color: #1700FD;
}
</style>
border-color css
<style>
span { border-color: #1700FD; }
span { border-color: rgb(23,0,253); }
td.TdClassName
{
border-color: #1700FD;
}
.TagClassName
{
border-color: #1700FD;
}
</style>