Shades of Cerulean Blue #154EE1
Tints of Cerulean Blue #154EE1
RGB
CMYK
RGB Variations
Color information
#154EE1 (or 0x154EE1) is known color: Cerulean Blue. HEX triplet: 15, 4E and E1. RGB value is (21,78,225). Sum of RGB (Red+Green+Blue) = 21+78+225=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #154EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EE1 is #EAB11E. Grayscale: #4D4D4D. Windows color (decimal): -15380767 or 14765589. OLE color: 14765589.
HSL color Cylindrical-coordinate representation of color #154EE1: hue angle of 223.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154EE1 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 78 | 225 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.12 |
| HSL | 223.24º | 0.83% | 0.48% | - |
| HSV(B) | 223.24º | 0.91% | 0.88% | - |
| XYZ | 16.62 | 11.04 | 72.49 | - |
| YUV | 77.72 | 211.12 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 225 | 0.91 | 0.65 | 0 | 0.12 | 223.24 | 0.83 | 0.48 |
| Hex | 15 | 4E | E1 | 5B | 41 | 0 | C | DF | 53 | 30 |
| Octal | 25 | 116 | 341 | 133 | 101 | 0 | 14 | 337 | 123 | 60 |
| Binary | 10101 | 1001110 | 11100001 | 1011011 | 1000001 | 0 | 1100 | 11011111 | 1010011 | 110000 |
Color Harmonies of #154EE1
Complementary color
Monochromatic Colors of #154EE1
Black with #154EE1
Text Example
Text Example
White with #154EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EE1; }
p { color: rgb(21,78,225); }
H1.HeaderClassName
{
color: #154EE1;
}
.AnyTagClassName
{
color: #154EE1;
}
</style>
background-color css
<style>
a { background-color: #154EE1; }
a { background-color: rgb(21,78,225); }
div.DivClassName
{
background-color: #154EE1;
}
.BgClassName
{
background-color: #154EE1;
}
</style>
border-color css
<style>
span { border-color: #154EE1; }
span { border-color: rgb(21,78,225); }
td.TdClassName
{
border-color: #154EE1;
}
.TagClassName
{
border-color: #154EE1;
}
</style>