Shades of Blue #152CEF
Tints of Blue #152CEF
RGB
CMYK
RGB Variations
Color information
#152CEF (or 0x152CEF) is known color: Blue. HEX triplet: 15, 2C and EF. RGB value is (21,44,239). Sum of RGB (Red+Green+Blue) = 21+44+239=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #152CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CEF is #EAD310. Grayscale: #3A3A3A. Windows color (decimal): -15389457 or 15674389. OLE color: 15674389.
HSL color Cylindrical-coordinate representation of color #152CEF: hue angle of 233.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152CEF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 44 | 239 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.06 |
| HSL | 233.67º | 0.87% | 0.51% | - |
| HSV(B) | 233.67º | 0.91% | 0.94% | - |
| XYZ | 16.79 | 8.19 | 82.36 | - |
| YUV | 59.35 | 229.38 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 239 | 0.91 | 0.82 | 0 | 0.06 | 233.67 | 0.87 | 0.51 |
| Hex | 15 | 2C | EF | 5B | 52 | 0 | 6 | EA | 57 | 33 |
| Octal | 25 | 54 | 357 | 133 | 122 | 0 | 6 | 352 | 127 | 63 |
| Binary | 10101 | 101100 | 11101111 | 1011011 | 1010010 | 0 | 110 | 11101010 | 1010111 | 110011 |
Color Harmonies of #152CEF
Complementary color
Monochromatic Colors of #152CEF
Black with #152CEF
Text Example
Text Example
White with #152CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CEF; }
p { color: rgb(21,44,239); }
H1.HeaderClassName
{
color: #152CEF;
}
.AnyTagClassName
{
color: #152CEF;
}
</style>
background-color css
<style>
a { background-color: #152CEF; }
a { background-color: rgb(21,44,239); }
div.DivClassName
{
background-color: #152CEF;
}
.BgClassName
{
background-color: #152CEF;
}
</style>
border-color css
<style>
span { border-color: #152CEF; }
span { border-color: rgb(21,44,239); }
td.TdClassName
{
border-color: #152CEF;
}
.TagClassName
{
border-color: #152CEF;
}
</style>