Shades of Cerulean Blue #154BCB
Tints of Cerulean Blue #154BCB
RGB
CMYK
RGB Variations
Color information
#154BCB (or 0x154BCB) is known color: Cerulean Blue. HEX triplet: 15, 4B and CB. RGB value is (21,75,203). Sum of RGB (Red+Green+Blue) = 21+75+203=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #154BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BCB is #EAB434. Grayscale: #484848. Windows color (decimal): -15381557 or 13323029. OLE color: 13323029.
HSL color Cylindrical-coordinate representation of color #154BCB: hue angle of 222.2º 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 #154BCB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 75 | 203 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.20 |
| HSL | 222.2º | 0.81% | 0.44% | - |
| HSV(B) | 222.2º | 0.9% | 0.8% | - |
| XYZ | 13.6 | 9.5 | 57.62 | - |
| YUV | 73.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 203 | 0.90 | 0.63 | 0 | 0.20 | 222.2 | 0.81 | 0.44 |
| Hex | 15 | 4B | CB | 5A | 3F | 0 | 14 | DE | 51 | 2C |
| Octal | 25 | 113 | 313 | 132 | 77 | 0 | 24 | 336 | 121 | 54 |
| Binary | 10101 | 1001011 | 11001011 | 1011010 | 111111 | 0 | 10100 | 11011110 | 1010001 | 101100 |
Color Harmonies of #154BCB
Complementary color
Monochromatic Colors of #154BCB
Black with #154BCB
Text Example
Text Example
White with #154BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BCB; }
p { color: rgb(21,75,203); }
H1.HeaderClassName
{
color: #154BCB;
}
.AnyTagClassName
{
color: #154BCB;
}
</style>
background-color css
<style>
a { background-color: #154BCB; }
a { background-color: rgb(21,75,203); }
div.DivClassName
{
background-color: #154BCB;
}
.BgClassName
{
background-color: #154BCB;
}
</style>
border-color css
<style>
span { border-color: #154BCB; }
span { border-color: rgb(21,75,203); }
td.TdClassName
{
border-color: #154BCB;
}
.TagClassName
{
border-color: #154BCB;
}
</style>