Shades of Blue #1725FC
Tints of Blue #1725FC
RGB
CMYK
RGB Variations
Color information
#1725FC (or 0x1725FC) is known color: Blue. HEX triplet: 17, 25 and FC. RGB value is (23,37,252). Sum of RGB (Red+Green+Blue) = 23+37+252=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #1725FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1725FC is #E8DA03. Grayscale: #383838. Windows color (decimal): -15260164 or 16524567. OLE color: 16524567.
HSL color Cylindrical-coordinate representation of color #1725FC: hue angle of 236.33º degrees, saturation: 0.97, 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 #1725FC is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 37 | 252 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.01 |
| HSL | 236.33º | 0.97% | 0.54% | - |
| HSV(B) | 236.33º | 0.91% | 0.99% | - |
| XYZ | 18.59 | 8.53 | 92.76 | - |
| YUV | 57.32 | 237.86 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 252 | 0.91 | 0.85 | 0 | 0.01 | 236.33 | 0.97 | 0.54 |
| Hex | 17 | 25 | FC | 5B | 55 | 0 | 1 | EC | 61 | 36 |
| Octal | 27 | 45 | 374 | 133 | 125 | 0 | 1 | 354 | 141 | 66 |
| Binary | 10111 | 100101 | 11111100 | 1011011 | 1010101 | 0 | 1 | 11101100 | 1100001 | 110110 |
Color Harmonies of #1725FC
Complementary color
Monochromatic Colors of #1725FC
Black with #1725FC
Text Example
Text Example
White with #1725FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1725FC; }
p { color: rgb(23,37,252); }
H1.HeaderClassName
{
color: #1725FC;
}
.AnyTagClassName
{
color: #1725FC;
}
</style>
background-color css
<style>
a { background-color: #1725FC; }
a { background-color: rgb(23,37,252); }
div.DivClassName
{
background-color: #1725FC;
}
.BgClassName
{
background-color: #1725FC;
}
</style>
border-color css
<style>
span { border-color: #1725FC; }
span { border-color: rgb(23,37,252); }
td.TdClassName
{
border-color: #1725FC;
}
.TagClassName
{
border-color: #1725FC;
}
</style>