Shades of Blue #1439FB
Tints of Blue #1439FB
RGB
CMYK
RGB Variations
Color information
#1439FB (or 0x1439FB) is known color: Blue. HEX triplet: 14, 39 and FB. RGB value is (20,57,251). Sum of RGB (Red+Green+Blue) = 20+57+251=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #1439FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1439FB is #EBC604. Grayscale: #434343. Windows color (decimal): -15451653 or 16464148. OLE color: 16464148.
HSL color Cylindrical-coordinate representation of color #1439FB: hue angle of 230.39º 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 #1439FB is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 57 | 251 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.02 |
| HSL | 230.39º | 0.97% | 0.53% | - |
| HSV(B) | 230.39º | 0.92% | 0.98% | - |
| XYZ | 19.16 | 10.04 | 92.19 | - |
| YUV | 68.05 | 231.24 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 251 | 0.92 | 0.77 | 0 | 0.02 | 230.39 | 0.97 | 0.53 |
| Hex | 14 | 39 | FB | 5C | 4D | 0 | 2 | E6 | 61 | 35 |
| Octal | 24 | 71 | 373 | 134 | 115 | 0 | 2 | 346 | 141 | 65 |
| Binary | 10100 | 111001 | 11111011 | 1011100 | 1001101 | 0 | 10 | 11100110 | 1100001 | 110101 |
Color Harmonies of #1439FB
Complementary color
Monochromatic Colors of #1439FB
Black with #1439FB
Text Example
Text Example
White with #1439FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1439FB; }
p { color: rgb(20,57,251); }
H1.HeaderClassName
{
color: #1439FB;
}
.AnyTagClassName
{
color: #1439FB;
}
</style>
background-color css
<style>
a { background-color: #1439FB; }
a { background-color: rgb(20,57,251); }
div.DivClassName
{
background-color: #1439FB;
}
.BgClassName
{
background-color: #1439FB;
}
</style>
border-color css
<style>
span { border-color: #1439FB; }
span { border-color: rgb(20,57,251); }
td.TdClassName
{
border-color: #1439FB;
}
.TagClassName
{
border-color: #1439FB;
}
</style>