Shades of Blue #152BEE
Tints of Blue #152BEE
RGB
CMYK
RGB Variations
Color information
#152BEE (or 0x152BEE) is known color: Blue. HEX triplet: 15, 2B and EE. RGB value is (21,43,238). Sum of RGB (Red+Green+Blue) = 21+43+238=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #152BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152BEE is #EAD411. Grayscale: #393939. Windows color (decimal): -15389714 or 15608597. OLE color: 15608597.
HSL color Cylindrical-coordinate representation of color #152BEE: hue angle of 233.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152BEE is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 43 | 238 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.07 |
| HSL | 233.92º | 0.86% | 0.51% | - |
| HSV(B) | 233.92º | 0.91% | 0.93% | - |
| XYZ | 16.61 | 8.06 | 81.57 | - |
| YUV | 58.65 | 229.21 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 238 | 0.91 | 0.82 | 0 | 0.07 | 233.92 | 0.86 | 0.51 |
| Hex | 15 | 2B | EE | 5B | 52 | 0 | 7 | EA | 56 | 33 |
| Octal | 25 | 53 | 356 | 133 | 122 | 0 | 7 | 352 | 126 | 63 |
| Binary | 10101 | 101011 | 11101110 | 1011011 | 1010010 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #152BEE
Complementary color
Monochromatic Colors of #152BEE
Black with #152BEE
Text Example
Text Example
White with #152BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BEE; }
p { color: rgb(21,43,238); }
H1.HeaderClassName
{
color: #152BEE;
}
.AnyTagClassName
{
color: #152BEE;
}
</style>
background-color css
<style>
a { background-color: #152BEE; }
a { background-color: rgb(21,43,238); }
div.DivClassName
{
background-color: #152BEE;
}
.BgClassName
{
background-color: #152BEE;
}
</style>
border-color css
<style>
span { border-color: #152BEE; }
span { border-color: rgb(21,43,238); }
td.TdClassName
{
border-color: #152BEE;
}
.TagClassName
{
border-color: #152BEE;
}
</style>