Shades of Cerulean Blue #154ACC
Tints of Cerulean Blue #154ACC
RGB
CMYK
RGB Variations
Color information
#154ACC (or 0x154ACC) is known color: Cerulean Blue. HEX triplet: 15, 4A and CC. RGB value is (21,74,204). Sum of RGB (Red+Green+Blue) = 21+74+204=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #154ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ACC is #EAB533. Grayscale: #484848. Windows color (decimal): -15381812 or 13388309. OLE color: 13388309.
HSL color Cylindrical-coordinate representation of color #154ACC: hue angle of 222.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ACC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 74 | 204 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.2 |
| HSL | 222.62º | 0.81% | 0.44% | - |
| HSV(B) | 222.62º | 0.9% | 0.8% | - |
| XYZ | 13.66 | 9.42 | 58.22 | - |
| YUV | 72.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 204 | 0.90 | 0.64 | 0 | 0.2 | 222.62 | 0.81 | 0.44 |
| Hex | 15 | 4A | CC | 5A | 40 | 0 | 14 | DF | 51 | 2C |
| Octal | 25 | 112 | 314 | 132 | 100 | 0 | 24 | 337 | 121 | 54 |
| Binary | 10101 | 1001010 | 11001100 | 1011010 | 1000000 | 0 | 10100 | 11011111 | 1010001 | 101100 |
Color Harmonies of #154ACC
Complementary color
Monochromatic Colors of #154ACC
Black with #154ACC
Text Example
Text Example
White with #154ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154ACC; }
p { color: rgb(21,74,204); }
H1.HeaderClassName
{
color: #154ACC;
}
.AnyTagClassName
{
color: #154ACC;
}
</style>
background-color css
<style>
a { background-color: #154ACC; }
a { background-color: rgb(21,74,204); }
div.DivClassName
{
background-color: #154ACC;
}
.BgClassName
{
background-color: #154ACC;
}
</style>
border-color css
<style>
span { border-color: #154ACC; }
span { border-color: rgb(21,74,204); }
td.TdClassName
{
border-color: #154ACC;
}
.TagClassName
{
border-color: #154ACC;
}
</style>