Shades of Blue #151CED
Tints of Blue #151CED
RGB
CMYK
RGB Variations
Color information
#151CED (or 0x151CED) is known color: Blue. HEX triplet: 15, 1C and ED. RGB value is (21,28,237). Sum of RGB (Red+Green+Blue) = 21+28+237=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #151CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151CED is #EAE312. Grayscale: #303030. Windows color (decimal): -15393555 or 15539221. OLE color: 15539221.
HSL color Cylindrical-coordinate representation of color #151CED: hue angle of 238.06º 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 #151CED is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 28 | 237 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.07 |
| HSL | 238.06º | 0.86% | 0.51% | - |
| HSV(B) | 238.06º | 0.91% | 0.93% | - |
| XYZ | 16.01 | 7.1 | 80.65 | - |
| YUV | 49.73 | 233.68 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 237 | 0.91 | 0.88 | 0 | 0.07 | 238.06 | 0.86 | 0.51 |
| Hex | 15 | 1C | ED | 5B | 58 | 0 | 7 | EE | 56 | 33 |
| Octal | 25 | 34 | 355 | 133 | 130 | 0 | 7 | 356 | 126 | 63 |
| Binary | 10101 | 11100 | 11101101 | 1011011 | 1011000 | 0 | 111 | 11101110 | 1010110 | 110011 |
Color Harmonies of #151CED
Complementary color
Monochromatic Colors of #151CED
Black with #151CED
Text Example
Text Example
White with #151CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CED; }
p { color: rgb(21,28,237); }
H1.HeaderClassName
{
color: #151CED;
}
.AnyTagClassName
{
color: #151CED;
}
</style>
background-color css
<style>
a { background-color: #151CED; }
a { background-color: rgb(21,28,237); }
div.DivClassName
{
background-color: #151CED;
}
.BgClassName
{
background-color: #151CED;
}
</style>
border-color css
<style>
span { border-color: #151CED; }
span { border-color: rgb(21,28,237); }
td.TdClassName
{
border-color: #151CED;
}
.TagClassName
{
border-color: #151CED;
}
</style>