Shades of Blue #1431FC
Tints of Blue #1431FC
RGB
CMYK
RGB Variations
Color information
#1431FC (or 0x1431FC) is known color: Blue. HEX triplet: 14, 31 and FC. RGB value is (20,49,252). Sum of RGB (Red+Green+Blue) = 20+49+252=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #1431FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1431FC is #EBCE03. Grayscale: #3E3E3E. Windows color (decimal): -15453700 or 16527636. OLE color: 16527636.
HSL color Cylindrical-coordinate representation of color #1431FC: hue angle of 232.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1431FC is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 49 | 252 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.01 |
| HSL | 232.5º | 0.97% | 0.53% | - |
| HSV(B) | 232.5º | 0.92% | 0.99% | - |
| XYZ | 18.96 | 9.37 | 92.91 | - |
| YUV | 63.47 | 234.39 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 252 | 0.92 | 0.81 | 0 | 0.01 | 232.5 | 0.97 | 0.53 |
| Hex | 14 | 31 | FC | 5C | 51 | 0 | 1 | E8 | 61 | 35 |
| Octal | 24 | 61 | 374 | 134 | 121 | 0 | 1 | 350 | 141 | 65 |
| Binary | 10100 | 110001 | 11111100 | 1011100 | 1010001 | 0 | 1 | 11101000 | 1100001 | 110101 |
Color Harmonies of #1431FC
Complementary color
Monochromatic Colors of #1431FC
Black with #1431FC
Text Example
Text Example
White with #1431FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431FC; }
p { color: rgb(20,49,252); }
H1.HeaderClassName
{
color: #1431FC;
}
.AnyTagClassName
{
color: #1431FC;
}
</style>
background-color css
<style>
a { background-color: #1431FC; }
a { background-color: rgb(20,49,252); }
div.DivClassName
{
background-color: #1431FC;
}
.BgClassName
{
background-color: #1431FC;
}
</style>
border-color css
<style>
span { border-color: #1431FC; }
span { border-color: rgb(20,49,252); }
td.TdClassName
{
border-color: #1431FC;
}
.TagClassName
{
border-color: #1431FC;
}
</style>