Shades of Cerulean Blue #154ACE
Tints of Cerulean Blue #154ACE
RGB
CMYK
RGB Variations
Color information
#154ACE (or 0x154ACE) is known color: Cerulean Blue. HEX triplet: 15, 4A and CE. RGB value is (21,74,206). Sum of RGB (Red+Green+Blue) = 21+74+206=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #154ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ACE is #EAB531. Grayscale: #484848. Windows color (decimal): -15381810 or 13519381. OLE color: 13519381.
HSL color Cylindrical-coordinate representation of color #154ACE: hue angle of 222.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ACE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 74 | 206 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.19 |
| HSL | 222.81º | 0.81% | 0.45% | - |
| HSV(B) | 222.81º | 0.9% | 0.81% | - |
| XYZ | 13.9 | 9.51 | 59.5 | - |
| YUV | 73.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 206 | 0.90 | 0.64 | 0 | 0.19 | 222.81 | 0.81 | 0.45 |
| Hex | 15 | 4A | CE | 5A | 40 | 0 | 13 | DF | 51 | 2D |
| Octal | 25 | 112 | 316 | 132 | 100 | 0 | 23 | 337 | 121 | 55 |
| Binary | 10101 | 1001010 | 11001110 | 1011010 | 1000000 | 0 | 10011 | 11011111 | 1010001 | 101101 |
Color Harmonies of #154ACE
Complementary color
Monochromatic Colors of #154ACE
Black with #154ACE
Text Example
Text Example
White with #154ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154ACE; }
p { color: rgb(21,74,206); }
H1.HeaderClassName
{
color: #154ACE;
}
.AnyTagClassName
{
color: #154ACE;
}
</style>
background-color css
<style>
a { background-color: #154ACE; }
a { background-color: rgb(21,74,206); }
div.DivClassName
{
background-color: #154ACE;
}
.BgClassName
{
background-color: #154ACE;
}
</style>
border-color css
<style>
span { border-color: #154ACE; }
span { border-color: rgb(21,74,206); }
td.TdClassName
{
border-color: #154ACE;
}
.TagClassName
{
border-color: #154ACE;
}
</style>