Shades of Blue #1428FD
Tints of Blue #1428FD
RGB
CMYK
RGB Variations
Color information
#1428FD (or 0x1428FD) is known color: Blue. HEX triplet: 14, 28 and FD. RGB value is (20,40,253). Sum of RGB (Red+Green+Blue) = 20+40+253=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #1428FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428FD is #EBD702. Grayscale: #393939. Windows color (decimal): -15456003 or 16590868. OLE color: 16590868.
HSL color Cylindrical-coordinate representation of color #1428FD: hue angle of 234.85º 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 #1428FD is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 40 | 253 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.01 |
| HSL | 234.85º | 0.98% | 0.54% | - |
| HSV(B) | 234.85º | 0.92% | 0.99% | - |
| XYZ | 18.78 | 8.76 | 93.63 | - |
| YUV | 58.3 | 237.87 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 253 | 0.92 | 0.84 | 0 | 0.01 | 234.85 | 0.98 | 0.54 |
| Hex | 14 | 28 | FD | 5C | 54 | 0 | 1 | EB | 62 | 36 |
| Octal | 24 | 50 | 375 | 134 | 124 | 0 | 1 | 353 | 142 | 66 |
| Binary | 10100 | 101000 | 11111101 | 1011100 | 1010100 | 0 | 1 | 11101011 | 1100010 | 110110 |
Color Harmonies of #1428FD
Complementary color
Monochromatic Colors of #1428FD
Black with #1428FD
Text Example
Text Example
White with #1428FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428FD; }
p { color: rgb(20,40,253); }
H1.HeaderClassName
{
color: #1428FD;
}
.AnyTagClassName
{
color: #1428FD;
}
</style>
background-color css
<style>
a { background-color: #1428FD; }
a { background-color: rgb(20,40,253); }
div.DivClassName
{
background-color: #1428FD;
}
.BgClassName
{
background-color: #1428FD;
}
</style>
border-color css
<style>
span { border-color: #1428FD; }
span { border-color: rgb(20,40,253); }
td.TdClassName
{
border-color: #1428FD;
}
.TagClassName
{
border-color: #1428FD;
}
</style>