Shades of Blue #1438FD
Tints of Blue #1438FD
RGB
CMYK
RGB Variations
Color information
#1438FD (or 0x1438FD) is known color: Blue. HEX triplet: 14, 38 and FD. RGB value is (20,56,253). Sum of RGB (Red+Green+Blue) = 20+56+253=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #1438FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1438FD is #EBC702. Grayscale: #424242. Windows color (decimal): -15451907 or 16594964. OLE color: 16594964.
HSL color Cylindrical-coordinate representation of color #1438FD: hue angle of 230.73º 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 #1438FD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 56 | 253 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.01 |
| HSL | 230.73º | 0.98% | 0.54% | - |
| HSV(B) | 230.73º | 0.92% | 0.99% | - |
| XYZ | 19.43 | 10.07 | 93.85 | - |
| YUV | 67.69 | 232.57 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 253 | 0.92 | 0.78 | 0 | 0.01 | 230.73 | 0.98 | 0.54 |
| Hex | 14 | 38 | FD | 5C | 4E | 0 | 1 | E7 | 62 | 36 |
| Octal | 24 | 70 | 375 | 134 | 116 | 0 | 1 | 347 | 142 | 66 |
| Binary | 10100 | 111000 | 11111101 | 1011100 | 1001110 | 0 | 1 | 11100111 | 1100010 | 110110 |
Color Harmonies of #1438FD
Complementary color
Monochromatic Colors of #1438FD
Black with #1438FD
Text Example
Text Example
White with #1438FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1438FD; }
p { color: rgb(20,56,253); }
H1.HeaderClassName
{
color: #1438FD;
}
.AnyTagClassName
{
color: #1438FD;
}
</style>
background-color css
<style>
a { background-color: #1438FD; }
a { background-color: rgb(20,56,253); }
div.DivClassName
{
background-color: #1438FD;
}
.BgClassName
{
background-color: #1438FD;
}
</style>
border-color css
<style>
span { border-color: #1438FD; }
span { border-color: rgb(20,56,253); }
td.TdClassName
{
border-color: #1438FD;
}
.TagClassName
{
border-color: #1438FD;
}
</style>