Shades of Blue #1438FF
Tints of Blue #1438FF
RGB
CMYK
RGB Variations
Color information
#1438FF (or 0x1438FF) is known color: Blue. HEX triplet: 14, 38 and FF. RGB value is (20,56,255). Sum of RGB (Red+Green+Blue) = 20+56+255=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #1438FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1438FF is #EBC700. Grayscale: #434343. Windows color (decimal): -15451905 or 16726036. OLE color: 16726036.
HSL color Cylindrical-coordinate representation of color #1438FF: hue angle of 230.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1438FF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 56 | 255 | - |
| CMYK | 0.92 | 0.78 | 0 | 0 |
| HSL | 230.81º | 1% | 0.54% | - |
| HSV(B) | 230.81º | 0.92% | 1% | - |
| XYZ | 19.75 | 10.2 | 95.53 | - |
| YUV | 67.92 | 233.57 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 255 | 0.92 | 0.78 | 0 | 0 | 230.81 | 1 | 0.54 |
| Hex | 14 | 38 | FF | 5C | 4E | 0 | 0 | E7 | 64 | 36 |
| Octal | 24 | 70 | 377 | 134 | 116 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10100 | 111000 | 11111111 | 1011100 | 1001110 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #1438FF
Complementary color
Monochromatic Colors of #1438FF
Black with #1438FF
Text Example
Text Example
White with #1438FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1438FF; }
p { color: rgb(20,56,255); }
H1.HeaderClassName
{
color: #1438FF;
}
.AnyTagClassName
{
color: #1438FF;
}
</style>
background-color css
<style>
a { background-color: #1438FF; }
a { background-color: rgb(20,56,255); }
div.DivClassName
{
background-color: #1438FF;
}
.BgClassName
{
background-color: #1438FF;
}
</style>
border-color css
<style>
span { border-color: #1438FF; }
span { border-color: rgb(20,56,255); }
td.TdClassName
{
border-color: #1438FF;
}
.TagClassName
{
border-color: #1438FF;
}
</style>