Shades of Blue #1731FC
Tints of Blue #1731FC
RGB
CMYK
RGB Variations
Color information
#1731FC (or 0x1731FC) is known color: Blue. HEX triplet: 17, 31 and FC. RGB value is (23,49,252). Sum of RGB (Red+Green+Blue) = 23+49+252=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #1731FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1731FC is #E8CE03. Grayscale: #3F3F3F. Windows color (decimal): -15257092 or 16527639. OLE color: 16527639.
HSL color Cylindrical-coordinate representation of color #1731FC: hue angle of 233.19º 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 #1731FC is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 49 | 252 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.01 |
| HSL | 233.19º | 0.97% | 0.54% | - |
| HSV(B) | 233.19º | 0.91% | 0.99% | - |
| XYZ | 19.02 | 9.41 | 92.91 | - |
| YUV | 64.37 | 233.89 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 252 | 0.91 | 0.81 | 0 | 0.01 | 233.19 | 0.97 | 0.54 |
| Hex | 17 | 31 | FC | 5B | 51 | 0 | 1 | E9 | 61 | 36 |
| Octal | 27 | 61 | 374 | 133 | 121 | 0 | 1 | 351 | 141 | 66 |
| Binary | 10111 | 110001 | 11111100 | 1011011 | 1010001 | 0 | 1 | 11101001 | 1100001 | 110110 |
Color Harmonies of #1731FC
Complementary color
Monochromatic Colors of #1731FC
Black with #1731FC
Text Example
Text Example
White with #1731FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1731FC; }
p { color: rgb(23,49,252); }
H1.HeaderClassName
{
color: #1731FC;
}
.AnyTagClassName
{
color: #1731FC;
}
</style>
background-color css
<style>
a { background-color: #1731FC; }
a { background-color: rgb(23,49,252); }
div.DivClassName
{
background-color: #1731FC;
}
.BgClassName
{
background-color: #1731FC;
}
</style>
border-color css
<style>
span { border-color: #1731FC; }
span { border-color: rgb(23,49,252); }
td.TdClassName
{
border-color: #1731FC;
}
.TagClassName
{
border-color: #1731FC;
}
</style>