Shades of Blue #1725F8
Tints of Blue #1725F8
RGB
CMYK
RGB Variations
Color information
#1725F8 (or 0x1725F8) is known color: Blue. HEX triplet: 17, 25 and F8. RGB value is (23,37,248). Sum of RGB (Red+Green+Blue) = 23+37+248=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 248 (97.27% from 255 or 80.52% from 308); Max value from RGB is 248 - color contains mainly: blue. Hex color #1725F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1725F8 is #E8DA07. Grayscale: #383838. Windows color (decimal): -15260168 or 16262423. OLE color: 16262423.
HSL color Cylindrical-coordinate representation of color #1725F8: hue angle of 236.27º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1725F8 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 37 | 248 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.03 |
| HSL | 236.27º | 0.94% | 0.53% | - |
| HSV(B) | 236.27º | 0.91% | 0.97% | - |
| XYZ | 17.96 | 8.28 | 89.46 | - |
| YUV | 56.87 | 235.86 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 248 | 0.91 | 0.85 | 0 | 0.03 | 236.27 | 0.94 | 0.53 |
| Hex | 17 | 25 | F8 | 5B | 55 | 0 | 3 | EC | 5E | 35 |
| Octal | 27 | 45 | 370 | 133 | 125 | 0 | 3 | 354 | 136 | 65 |
| Binary | 10111 | 100101 | 11111000 | 1011011 | 1010101 | 0 | 11 | 11101100 | 1011110 | 110101 |
Color Harmonies of #1725F8
Complementary color
Monochromatic Colors of #1725F8
Black with #1725F8
Text Example
Text Example
White with #1725F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1725F8; }
p { color: rgb(23,37,248); }
H1.HeaderClassName
{
color: #1725F8;
}
.AnyTagClassName
{
color: #1725F8;
}
</style>
background-color css
<style>
a { background-color: #1725F8; }
a { background-color: rgb(23,37,248); }
div.DivClassName
{
background-color: #1725F8;
}
.BgClassName
{
background-color: #1725F8;
}
</style>
border-color css
<style>
span { border-color: #1725F8; }
span { border-color: rgb(23,37,248); }
td.TdClassName
{
border-color: #1725F8;
}
.TagClassName
{
border-color: #1725F8;
}
</style>