Shades of Blue #152BED
Tints of Blue #152BED
RGB
CMYK
RGB Variations
Color information
#152BED (or 0x152BED) is known color: Blue. HEX triplet: 15, 2B and ED. RGB value is (21,43,237). Sum of RGB (Red+Green+Blue) = 21+43+237=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #152BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152BED is #EAD412. Grayscale: #393939. Windows color (decimal): -15389715 or 15543061. OLE color: 15543061.
HSL color Cylindrical-coordinate representation of color #152BED: hue angle of 233.89º 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 #152BED is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 43 | 237 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.07 |
| HSL | 233.89º | 0.86% | 0.51% | - |
| HSV(B) | 233.89º | 0.91% | 0.93% | - |
| XYZ | 16.46 | 8 | 80.8 | - |
| YUV | 58.54 | 228.71 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 237 | 0.91 | 0.82 | 0 | 0.07 | 233.89 | 0.86 | 0.51 |
| Hex | 15 | 2B | ED | 5B | 52 | 0 | 7 | EA | 56 | 33 |
| Octal | 25 | 53 | 355 | 133 | 122 | 0 | 7 | 352 | 126 | 63 |
| Binary | 10101 | 101011 | 11101101 | 1011011 | 1010010 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #152BED
Complementary color
Monochromatic Colors of #152BED
Black with #152BED
Text Example
Text Example
White with #152BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BED; }
p { color: rgb(21,43,237); }
H1.HeaderClassName
{
color: #152BED;
}
.AnyTagClassName
{
color: #152BED;
}
</style>
background-color css
<style>
a { background-color: #152BED; }
a { background-color: rgb(21,43,237); }
div.DivClassName
{
background-color: #152BED;
}
.BgClassName
{
background-color: #152BED;
}
</style>
border-color css
<style>
span { border-color: #152BED; }
span { border-color: rgb(21,43,237); }
td.TdClassName
{
border-color: #152BED;
}
.TagClassName
{
border-color: #152BED;
}
</style>