Shades of Blue #1724FA
Tints of Blue #1724FA
RGB
CMYK
RGB Variations
Color information
#1724FA (or 0x1724FA) is known color: Blue. HEX triplet: 17, 24 and FA. RGB value is (23,36,250). Sum of RGB (Red+Green+Blue) = 23+36+250=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #1724FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1724FA is #E8DB05. Grayscale: #373737. Windows color (decimal): -15260422 or 16393239. OLE color: 16393239.
HSL color Cylindrical-coordinate representation of color #1724FA: hue angle of 236.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1724FA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 36 | 250 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.02 |
| HSL | 236.56º | 0.96% | 0.54% | - |
| HSV(B) | 236.56º | 0.91% | 0.98% | - |
| XYZ | 18.24 | 8.35 | 91.09 | - |
| YUV | 56.51 | 237.19 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 250 | 0.91 | 0.86 | 0 | 0.02 | 236.56 | 0.96 | 0.54 |
| Hex | 17 | 24 | FA | 5B | 56 | 0 | 2 | ED | 60 | 36 |
| Octal | 27 | 44 | 372 | 133 | 126 | 0 | 2 | 355 | 140 | 66 |
| Binary | 10111 | 100100 | 11111010 | 1011011 | 1010110 | 0 | 10 | 11101101 | 1100000 | 110110 |
Color Harmonies of #1724FA
Complementary color
Monochromatic Colors of #1724FA
Black with #1724FA
Text Example
Text Example
White with #1724FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1724FA; }
p { color: rgb(23,36,250); }
H1.HeaderClassName
{
color: #1724FA;
}
.AnyTagClassName
{
color: #1724FA;
}
</style>
background-color css
<style>
a { background-color: #1724FA; }
a { background-color: rgb(23,36,250); }
div.DivClassName
{
background-color: #1724FA;
}
.BgClassName
{
background-color: #1724FA;
}
</style>
border-color css
<style>
span { border-color: #1724FA; }
span { border-color: rgb(23,36,250); }
td.TdClassName
{
border-color: #1724FA;
}
.TagClassName
{
border-color: #1724FA;
}
</style>