Shades of Cerulean Blue #154BEC
Tints of Cerulean Blue #154BEC
RGB
CMYK
RGB Variations
Color information
#154BEC (or 0x154BEC) is known color: Cerulean Blue. HEX triplet: 15, 4B and EC. RGB value is (21,75,236). Sum of RGB (Red+Green+Blue) = 21+75+236=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #154BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BEC is #EAB413. Grayscale: #4C4C4C. Windows color (decimal): -15381524 or 15485717. OLE color: 15485717.
HSL color Cylindrical-coordinate representation of color #154BEC: hue angle of 224.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154BEC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 75 | 236 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.93º | 0.85% | 0.5% | - |
| HSV(B) | 224.93º | 0.91% | 0.93% | - |
| XYZ | 17.97 | 11.25 | 80.58 | - |
| YUV | 77.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 236 | 0.91 | 0.68 | 0 | 0.07 | 224.93 | 0.85 | 0.5 |
| Hex | 15 | 4B | EC | 5B | 44 | 0 | 7 | E1 | 55 | 32 |
| Octal | 25 | 113 | 354 | 133 | 104 | 0 | 7 | 341 | 125 | 62 |
| Binary | 10101 | 1001011 | 11101100 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010101 | 110010 |
Color Harmonies of #154BEC
Complementary color
Monochromatic Colors of #154BEC
Black with #154BEC
Text Example
Text Example
White with #154BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BEC; }
p { color: rgb(21,75,236); }
H1.HeaderClassName
{
color: #154BEC;
}
.AnyTagClassName
{
color: #154BEC;
}
</style>
background-color css
<style>
a { background-color: #154BEC; }
a { background-color: rgb(21,75,236); }
div.DivClassName
{
background-color: #154BEC;
}
.BgClassName
{
background-color: #154BEC;
}
</style>
border-color css
<style>
span { border-color: #154BEC; }
span { border-color: rgb(21,75,236); }
td.TdClassName
{
border-color: #154BEC;
}
.TagClassName
{
border-color: #154BEC;
}
</style>