Shades of Blue #1437FB
Tints of Blue #1437FB
RGB
CMYK
RGB Variations
Color information
#1437FB (or 0x1437FB) is known color: Blue. HEX triplet: 14, 37 and FB. RGB value is (20,55,251). Sum of RGB (Red+Green+Blue) = 20+55+251=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #1437FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1437FB is #EBC804. Grayscale: #424242. Windows color (decimal): -15452165 or 16463636. OLE color: 16463636.
HSL color Cylindrical-coordinate representation of color #1437FB: hue angle of 230.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1437FB is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 55 | 251 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.02 |
| HSL | 230.91º | 0.97% | 0.53% | - |
| HSV(B) | 230.91º | 0.92% | 0.98% | - |
| XYZ | 19.07 | 9.85 | 92.16 | - |
| YUV | 66.88 | 231.9 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 251 | 0.92 | 0.78 | 0 | 0.02 | 230.91 | 0.97 | 0.53 |
| Hex | 14 | 37 | FB | 5C | 4E | 0 | 2 | E7 | 61 | 35 |
| Octal | 24 | 67 | 373 | 134 | 116 | 0 | 2 | 347 | 141 | 65 |
| Binary | 10100 | 110111 | 11111011 | 1011100 | 1001110 | 0 | 10 | 11100111 | 1100001 | 110101 |
Color Harmonies of #1437FB
Complementary color
Monochromatic Colors of #1437FB
Black with #1437FB
Text Example
Text Example
White with #1437FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437FB; }
p { color: rgb(20,55,251); }
H1.HeaderClassName
{
color: #1437FB;
}
.AnyTagClassName
{
color: #1437FB;
}
</style>
background-color css
<style>
a { background-color: #1437FB; }
a { background-color: rgb(20,55,251); }
div.DivClassName
{
background-color: #1437FB;
}
.BgClassName
{
background-color: #1437FB;
}
</style>
border-color css
<style>
span { border-color: #1437FB; }
span { border-color: rgb(20,55,251); }
td.TdClassName
{
border-color: #1437FB;
}
.TagClassName
{
border-color: #1437FB;
}
</style>