Shades of Blue #152DFF
Tints of Blue #152DFF
RGB
CMYK
RGB Variations
Color information
#152DFF (or 0x152DFF) is known color: Blue. HEX triplet: 15, 2D and FF. RGB value is (21,45,255). Sum of RGB (Red+Green+Blue) = 21+45+255=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #152DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DFF is #EAD200. Grayscale: #3C3C3C. Windows color (decimal): -15389185 or 16723221. OLE color: 16723221.
HSL color Cylindrical-coordinate representation of color #152DFF: hue angle of 233.85º 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 #152DFF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 45 | 255 | - |
| CMYK | 0.92 | 0.82 | 0 | 0 |
| HSL | 233.85º | 1% | 0.54% | - |
| HSV(B) | 233.85º | 0.92% | 1% | - |
| XYZ | 19.3 | 9.26 | 95.38 | - |
| YUV | 61.76 | 237.05 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 255 | 0.92 | 0.82 | 0 | 0 | 233.85 | 1 | 0.54 |
| Hex | 15 | 2D | FF | 5C | 52 | 0 | 0 | EA | 64 | 36 |
| Octal | 25 | 55 | 377 | 134 | 122 | 0 | 0 | 352 | 144 | 66 |
| Binary | 10101 | 101101 | 11111111 | 1011100 | 1010010 | 0 | 0 | 11101010 | 1100100 | 110110 |
Color Harmonies of #152DFF
Complementary color
Monochromatic Colors of #152DFF
Black with #152DFF
Text Example
Text Example
White with #152DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DFF; }
p { color: rgb(21,45,255); }
H1.HeaderClassName
{
color: #152DFF;
}
.AnyTagClassName
{
color: #152DFF;
}
</style>
background-color css
<style>
a { background-color: #152DFF; }
a { background-color: rgb(21,45,255); }
div.DivClassName
{
background-color: #152DFF;
}
.BgClassName
{
background-color: #152DFF;
}
</style>
border-color css
<style>
span { border-color: #152DFF; }
span { border-color: rgb(21,45,255); }
td.TdClassName
{
border-color: #152DFF;
}
.TagClassName
{
border-color: #152DFF;
}
</style>