Shades of Cerulean Blue #154ED4
Tints of Cerulean Blue #154ED4
RGB
CMYK
RGB Variations
Color information
#154ED4 (or 0x154ED4) is known color: Cerulean Blue. HEX triplet: 15, 4E and D4. RGB value is (21,78,212). Sum of RGB (Red+Green+Blue) = 21+78+212=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 212 (83.20% from 255 or 68.17% from 311); Max value from RGB is 212 - color contains mainly: blue. Hex color #154ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154ED4 is #EAB12B. Grayscale: #4B4B4B. Windows color (decimal): -15380780 or 13913621. OLE color: 13913621.
HSL color Cylindrical-coordinate representation of color #154ED4: hue angle of 222.09º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ED4 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 78 | 212 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.17 |
| HSL | 222.09º | 0.82% | 0.46% | - |
| HSV(B) | 222.09º | 0.9% | 0.83% | - |
| XYZ | 14.92 | 10.36 | 63.5 | - |
| YUV | 76.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 212 | 0.90 | 0.63 | 0 | 0.17 | 222.09 | 0.82 | 0.46 |
| Hex | 15 | 4E | D4 | 5A | 3F | 0 | 11 | DE | 52 | 2E |
| Octal | 25 | 116 | 324 | 132 | 77 | 0 | 21 | 336 | 122 | 56 |
| Binary | 10101 | 1001110 | 11010100 | 1011010 | 111111 | 0 | 10001 | 11011110 | 1010010 | 101110 |
Color Harmonies of #154ED4
Complementary color
Monochromatic Colors of #154ED4
Black with #154ED4
Text Example
Text Example
White with #154ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154ED4; }
p { color: rgb(21,78,212); }
H1.HeaderClassName
{
color: #154ED4;
}
.AnyTagClassName
{
color: #154ED4;
}
</style>
background-color css
<style>
a { background-color: #154ED4; }
a { background-color: rgb(21,78,212); }
div.DivClassName
{
background-color: #154ED4;
}
.BgClassName
{
background-color: #154ED4;
}
</style>
border-color css
<style>
span { border-color: #154ED4; }
span { border-color: rgb(21,78,212); }
td.TdClassName
{
border-color: #154ED4;
}
.TagClassName
{
border-color: #154ED4;
}
</style>