Shades of Blue #1538FF
Tints of Blue #1538FF
RGB
CMYK
RGB Variations
Color information
#1538FF (or 0x1538FF) is known color: Blue. HEX triplet: 15, 38 and FF. RGB value is (21,56,255). Sum of RGB (Red+Green+Blue) = 21+56+255=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #1538FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1538FF is #EAC700. Grayscale: #434343. Windows color (decimal): -15386369 or 16726037. OLE color: 16726037.
HSL color Cylindrical-coordinate representation of color #1538FF: hue angle of 231.03º 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 #1538FF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 56 | 255 | - |
| CMYK | 0.92 | 0.78 | 0 | 0 |
| HSL | 231.03º | 1% | 0.54% | - |
| HSV(B) | 231.03º | 0.92% | 1% | - |
| XYZ | 19.77 | 10.21 | 95.54 | - |
| YUV | 68.22 | 233.4 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 255 | 0.92 | 0.78 | 0 | 0 | 231.03 | 1 | 0.54 |
| Hex | 15 | 38 | FF | 5C | 4E | 0 | 0 | E7 | 64 | 36 |
| Octal | 25 | 70 | 377 | 134 | 116 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10101 | 111000 | 11111111 | 1011100 | 1001110 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #1538FF
Complementary color
Monochromatic Colors of #1538FF
Black with #1538FF
Text Example
Text Example
White with #1538FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1538FF; }
p { color: rgb(21,56,255); }
H1.HeaderClassName
{
color: #1538FF;
}
.AnyTagClassName
{
color: #1538FF;
}
</style>
background-color css
<style>
a { background-color: #1538FF; }
a { background-color: rgb(21,56,255); }
div.DivClassName
{
background-color: #1538FF;
}
.BgClassName
{
background-color: #1538FF;
}
</style>
border-color css
<style>
span { border-color: #1538FF; }
span { border-color: rgb(21,56,255); }
td.TdClassName
{
border-color: #1538FF;
}
.TagClassName
{
border-color: #1538FF;
}
</style>