Shades of Blue #1437FD
Tints of Blue #1437FD
RGB
CMYK
RGB Variations
Color information
#1437FD (or 0x1437FD) is known color: Blue. HEX triplet: 14, 37 and FD. RGB value is (20,55,253). Sum of RGB (Red+Green+Blue) = 20+55+253=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #1437FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1437FD is #EBC802. Grayscale: #424242. Windows color (decimal): -15452163 or 16594708. OLE color: 16594708.
HSL color Cylindrical-coordinate representation of color #1437FD: hue angle of 230.99º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1437FD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 55 | 253 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.01 |
| HSL | 230.99º | 0.98% | 0.54% | - |
| HSV(B) | 230.99º | 0.92% | 0.99% | - |
| XYZ | 19.38 | 9.97 | 93.83 | - |
| YUV | 67.11 | 232.9 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 253 | 0.92 | 0.78 | 0 | 0.01 | 230.99 | 0.98 | 0.54 |
| Hex | 14 | 37 | FD | 5C | 4E | 0 | 1 | E7 | 62 | 36 |
| Octal | 24 | 67 | 375 | 134 | 116 | 0 | 1 | 347 | 142 | 66 |
| Binary | 10100 | 110111 | 11111101 | 1011100 | 1001110 | 0 | 1 | 11100111 | 1100010 | 110110 |
Color Harmonies of #1437FD
Complementary color
Monochromatic Colors of #1437FD
Black with #1437FD
Text Example
Text Example
White with #1437FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437FD; }
p { color: rgb(20,55,253); }
H1.HeaderClassName
{
color: #1437FD;
}
.AnyTagClassName
{
color: #1437FD;
}
</style>
background-color css
<style>
a { background-color: #1437FD; }
a { background-color: rgb(20,55,253); }
div.DivClassName
{
background-color: #1437FD;
}
.BgClassName
{
background-color: #1437FD;
}
</style>
border-color css
<style>
span { border-color: #1437FD; }
span { border-color: rgb(20,55,253); }
td.TdClassName
{
border-color: #1437FD;
}
.TagClassName
{
border-color: #1437FD;
}
</style>