Shades of Cerulean Blue #154DD4
Tints of Cerulean Blue #154DD4
RGB
CMYK
RGB Variations
Color information
#154DD4 (or 0x154DD4) is known color: Cerulean Blue. HEX triplet: 15, 4D and D4. RGB value is (21,77,212). Sum of RGB (Red+Green+Blue) = 21+77+212=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 212 (83.20% from 255 or 68.39% from 310); Max value from RGB is 212 - color contains mainly: blue. Hex color #154DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154DD4 is #EAB22B. Grayscale: #4B4B4B. Windows color (decimal): -15381036 or 13913365. OLE color: 13913365.
HSL color Cylindrical-coordinate representation of color #154DD4: hue angle of 222.41º 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 #154DD4 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 77 | 212 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.17 |
| HSL | 222.41º | 0.82% | 0.46% | - |
| HSV(B) | 222.41º | 0.9% | 0.83% | - |
| XYZ | 14.85 | 10.22 | 63.48 | - |
| YUV | 75.65 | 204.95 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 212 | 0.90 | 0.64 | 0 | 0.17 | 222.41 | 0.82 | 0.46 |
| Hex | 15 | 4D | D4 | 5A | 40 | 0 | 11 | DE | 52 | 2E |
| Octal | 25 | 115 | 324 | 132 | 100 | 0 | 21 | 336 | 122 | 56 |
| Binary | 10101 | 1001101 | 11010100 | 1011010 | 1000000 | 0 | 10001 | 11011110 | 1010010 | 101110 |
Color Harmonies of #154DD4
Complementary color
Monochromatic Colors of #154DD4
Black with #154DD4
Text Example
Text Example
White with #154DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DD4; }
p { color: rgb(21,77,212); }
H1.HeaderClassName
{
color: #154DD4;
}
.AnyTagClassName
{
color: #154DD4;
}
</style>
background-color css
<style>
a { background-color: #154DD4; }
a { background-color: rgb(21,77,212); }
div.DivClassName
{
background-color: #154DD4;
}
.BgClassName
{
background-color: #154DD4;
}
</style>
border-color css
<style>
span { border-color: #154DD4; }
span { border-color: rgb(21,77,212); }
td.TdClassName
{
border-color: #154DD4;
}
.TagClassName
{
border-color: #154DD4;
}
</style>