Shades of Cerulean Blue #154CC2
Tints of Cerulean Blue #154CC2
RGB
CMYK
RGB Variations
Color information
#154CC2 (or 0x154CC2) is known color: Cerulean Blue. HEX triplet: 15, 4C and C2. RGB value is (21,76,194). Sum of RGB (Red+Green+Blue) = 21+76+194=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #154CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154CC2 is #EAB33D. Grayscale: #484848. Windows color (decimal): -15381310 or 12733461. OLE color: 12733461.
HSL color Cylindrical-coordinate representation of color #154CC2: hue angle of 220.92º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154CC2 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 76 | 194 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.24 |
| HSL | 220.92º | 0.8% | 0.42% | - |
| HSV(B) | 220.92º | 0.89% | 0.76% | - |
| XYZ | 12.63 | 9.22 | 52.15 | - |
| YUV | 73.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 194 | 0.89 | 0.61 | 0 | 0.24 | 220.92 | 0.8 | 0.42 |
| Hex | 15 | 4C | C2 | 59 | 3D | 0 | 18 | DD | 50 | 2A |
| Octal | 25 | 114 | 302 | 131 | 75 | 0 | 30 | 335 | 120 | 52 |
| Binary | 10101 | 1001100 | 11000010 | 1011001 | 111101 | 0 | 11000 | 11011101 | 1010000 | 101010 |
Color Harmonies of #154CC2
Complementary color
Monochromatic Colors of #154CC2
Black with #154CC2
Text Example
Text Example
White with #154CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CC2; }
p { color: rgb(21,76,194); }
H1.HeaderClassName
{
color: #154CC2;
}
.AnyTagClassName
{
color: #154CC2;
}
</style>
background-color css
<style>
a { background-color: #154CC2; }
a { background-color: rgb(21,76,194); }
div.DivClassName
{
background-color: #154CC2;
}
.BgClassName
{
background-color: #154CC2;
}
</style>
border-color css
<style>
span { border-color: #154CC2; }
span { border-color: rgb(21,76,194); }
td.TdClassName
{
border-color: #154CC2;
}
.TagClassName
{
border-color: #154CC2;
}
</style>