Shades of Cerulean Blue #154BCC
Tints of Cerulean Blue #154BCC
RGB
CMYK
RGB Variations
Color information
#154BCC (or 0x154BCC) is known color: Cerulean Blue. HEX triplet: 15, 4B and CC. RGB value is (21,75,204). Sum of RGB (Red+Green+Blue) = 21+75+204=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #154BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BCC is #EAB433. Grayscale: #484848. Windows color (decimal): -15381556 or 13388565. OLE color: 13388565.
HSL color Cylindrical-coordinate representation of color #154BCC: hue angle of 222.3º 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 #154BCC is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 75 | 204 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.2 |
| HSL | 222.3º | 0.81% | 0.44% | - |
| HSV(B) | 222.3º | 0.9% | 0.8% | - |
| XYZ | 13.72 | 9.55 | 58.25 | - |
| YUV | 73.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 204 | 0.90 | 0.63 | 0 | 0.2 | 222.3 | 0.81 | 0.44 |
| Hex | 15 | 4B | CC | 5A | 3F | 0 | 14 | DE | 51 | 2C |
| Octal | 25 | 113 | 314 | 132 | 77 | 0 | 24 | 336 | 121 | 54 |
| Binary | 10101 | 1001011 | 11001100 | 1011010 | 111111 | 0 | 10100 | 11011110 | 1010001 | 101100 |
Color Harmonies of #154BCC
Complementary color
Monochromatic Colors of #154BCC
Black with #154BCC
Text Example
Text Example
White with #154BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BCC; }
p { color: rgb(21,75,204); }
H1.HeaderClassName
{
color: #154BCC;
}
.AnyTagClassName
{
color: #154BCC;
}
</style>
background-color css
<style>
a { background-color: #154BCC; }
a { background-color: rgb(21,75,204); }
div.DivClassName
{
background-color: #154BCC;
}
.BgClassName
{
background-color: #154BCC;
}
</style>
border-color css
<style>
span { border-color: #154BCC; }
span { border-color: rgb(21,75,204); }
td.TdClassName
{
border-color: #154BCC;
}
.TagClassName
{
border-color: #154BCC;
}
</style>