Shades of Cerulean Blue #154BDA
Tints of Cerulean Blue #154BDA
RGB
CMYK
RGB Variations
Color information
#154BDA (or 0x154BDA) is known color: Cerulean Blue. HEX triplet: 15, 4B and DA. RGB value is (21,75,218). Sum of RGB (Red+Green+Blue) = 21+75+218=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #154BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BDA is #EAB425. Grayscale: #4A4A4A. Windows color (decimal): -15381542 or 14306069. OLE color: 14306069.
HSL color Cylindrical-coordinate representation of color #154BDA: hue angle of 223.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154BDA is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 75 | 218 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.15 |
| HSL | 223.55º | 0.82% | 0.47% | - |
| HSV(B) | 223.55º | 0.9% | 0.85% | - |
| XYZ | 15.48 | 10.25 | 67.49 | - |
| YUV | 75.16 | 208.61 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 218 | 0.90 | 0.66 | 0 | 0.15 | 223.55 | 0.82 | 0.47 |
| Hex | 15 | 4B | DA | 5A | 42 | 0 | F | E0 | 52 | 2F |
| Octal | 25 | 113 | 332 | 132 | 102 | 0 | 17 | 340 | 122 | 57 |
| Binary | 10101 | 1001011 | 11011010 | 1011010 | 1000010 | 0 | 1111 | 11100000 | 1010010 | 101111 |
Color Harmonies of #154BDA
Complementary color
Monochromatic Colors of #154BDA
Black with #154BDA
Text Example
Text Example
White with #154BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BDA; }
p { color: rgb(21,75,218); }
H1.HeaderClassName
{
color: #154BDA;
}
.AnyTagClassName
{
color: #154BDA;
}
</style>
background-color css
<style>
a { background-color: #154BDA; }
a { background-color: rgb(21,75,218); }
div.DivClassName
{
background-color: #154BDA;
}
.BgClassName
{
background-color: #154BDA;
}
</style>
border-color css
<style>
span { border-color: #154BDA; }
span { border-color: rgb(21,75,218); }
td.TdClassName
{
border-color: #154BDA;
}
.TagClassName
{
border-color: #154BDA;
}
</style>