Shades of Blue #151BED
Tints of Blue #151BED
RGB
CMYK
RGB Variations
Color information
#151BED (or 0x151BED) is known color: Blue. HEX triplet: 15, 1B and ED. RGB value is (21,27,237). Sum of RGB (Red+Green+Blue) = 21+27+237=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 237 (92.97% from 255 or 83.16% from 285); Max value from RGB is 237 - color contains mainly: blue. Hex color #151BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151BED is #EAE412. Grayscale: #303030. Windows color (decimal): -15393811 or 15538965. OLE color: 15538965.
HSL color Cylindrical-coordinate representation of color #151BED: hue angle of 238.33º 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 #151BED is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 27 | 237 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.07 |
| HSL | 238.33º | 0.86% | 0.51% | - |
| HSV(B) | 238.33º | 0.91% | 0.93% | - |
| XYZ | 15.99 | 7.06 | 80.64 | - |
| YUV | 49.15 | 234.01 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 237 | 0.91 | 0.89 | 0 | 0.07 | 238.33 | 0.86 | 0.51 |
| Hex | 15 | 1B | ED | 5B | 59 | 0 | 7 | EE | 56 | 33 |
| Octal | 25 | 33 | 355 | 133 | 131 | 0 | 7 | 356 | 126 | 63 |
| Binary | 10101 | 11011 | 11101101 | 1011011 | 1011001 | 0 | 111 | 11101110 | 1010110 | 110011 |
Color Harmonies of #151BED
Complementary color
Monochromatic Colors of #151BED
Black with #151BED
Text Example
Text Example
White with #151BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BED; }
p { color: rgb(21,27,237); }
H1.HeaderClassName
{
color: #151BED;
}
.AnyTagClassName
{
color: #151BED;
}
</style>
background-color css
<style>
a { background-color: #151BED; }
a { background-color: rgb(21,27,237); }
div.DivClassName
{
background-color: #151BED;
}
.BgClassName
{
background-color: #151BED;
}
</style>
border-color css
<style>
span { border-color: #151BED; }
span { border-color: rgb(21,27,237); }
td.TdClassName
{
border-color: #151BED;
}
.TagClassName
{
border-color: #151BED;
}
</style>