Shades of Blue #1735FD
Tints of Blue #1735FD
RGB
CMYK
RGB Variations
Color information
#1735FD (or 0x1735FD) is known color: Blue. HEX triplet: 17, 35 and FD. RGB value is (23,53,253). Sum of RGB (Red+Green+Blue) = 23+53+253=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #1735FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1735FD is #E8CA02. Grayscale: #424242. Windows color (decimal): -15256067 or 16594199. OLE color: 16594199.
HSL color Cylindrical-coordinate representation of color #1735FD: hue angle of 232.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1735FD is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 53 | 253 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.01 |
| HSL | 232.17º | 0.98% | 0.54% | - |
| HSV(B) | 232.17º | 0.91% | 0.99% | - |
| XYZ | 19.36 | 9.82 | 93.8 | - |
| YUV | 66.83 | 233.06 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 253 | 0.91 | 0.79 | 0 | 0.01 | 232.17 | 0.98 | 0.54 |
| Hex | 17 | 35 | FD | 5B | 4F | 0 | 1 | E8 | 62 | 36 |
| Octal | 27 | 65 | 375 | 133 | 117 | 0 | 1 | 350 | 142 | 66 |
| Binary | 10111 | 110101 | 11111101 | 1011011 | 1001111 | 0 | 1 | 11101000 | 1100010 | 110110 |
Color Harmonies of #1735FD
Complementary color
Monochromatic Colors of #1735FD
Black with #1735FD
Text Example
Text Example
White with #1735FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1735FD; }
p { color: rgb(23,53,253); }
H1.HeaderClassName
{
color: #1735FD;
}
.AnyTagClassName
{
color: #1735FD;
}
</style>
background-color css
<style>
a { background-color: #1735FD; }
a { background-color: rgb(23,53,253); }
div.DivClassName
{
background-color: #1735FD;
}
.BgClassName
{
background-color: #1735FD;
}
</style>
border-color css
<style>
span { border-color: #1735FD; }
span { border-color: rgb(23,53,253); }
td.TdClassName
{
border-color: #1735FD;
}
.TagClassName
{
border-color: #1735FD;
}
</style>