Shades of Cerulean Blue #154EDB
Tints of Cerulean Blue #154EDB
RGB
CMYK
RGB Variations
Color information
#154EDB (or 0x154EDB) is known color: Cerulean Blue. HEX triplet: 15, 4E and DB. RGB value is (21,78,219). Sum of RGB (Red+Green+Blue) = 21+78+219=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #154EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EDB is #EAB124. Grayscale: #4C4C4C. Windows color (decimal): -15380773 or 14372373. OLE color: 14372373.
HSL color Cylindrical-coordinate representation of color #154EDB: hue angle of 222.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154EDB is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 78 | 219 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.14 |
| HSL | 222.73º | 0.83% | 0.47% | - |
| HSV(B) | 222.73º | 0.9% | 0.86% | - |
| XYZ | 15.82 | 10.72 | 68.25 | - |
| YUV | 77.03 | 208.12 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 219 | 0.90 | 0.64 | 0 | 0.14 | 222.73 | 0.83 | 0.47 |
| Hex | 15 | 4E | DB | 5A | 40 | 0 | E | DF | 52 | 2F |
| Octal | 25 | 116 | 333 | 132 | 100 | 0 | 16 | 337 | 122 | 57 |
| Binary | 10101 | 1001110 | 11011011 | 1011010 | 1000000 | 0 | 1110 | 11011111 | 1010010 | 101111 |
Color Harmonies of #154EDB
Complementary color
Monochromatic Colors of #154EDB
Black with #154EDB
Text Example
Text Example
White with #154EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EDB; }
p { color: rgb(21,78,219); }
H1.HeaderClassName
{
color: #154EDB;
}
.AnyTagClassName
{
color: #154EDB;
}
</style>
background-color css
<style>
a { background-color: #154EDB; }
a { background-color: rgb(21,78,219); }
div.DivClassName
{
background-color: #154EDB;
}
.BgClassName
{
background-color: #154EDB;
}
</style>
border-color css
<style>
span { border-color: #154EDB; }
span { border-color: rgb(21,78,219); }
td.TdClassName
{
border-color: #154EDB;
}
.TagClassName
{
border-color: #154EDB;
}
</style>