Shades of Cerulean Blue #154FD2
Tints of Cerulean Blue #154FD2
RGB
CMYK
RGB Variations
Color information
#154FD2 (or 0x154FD2) is known color: Cerulean Blue. HEX triplet: 15, 4F and D2. RGB value is (21,79,210). Sum of RGB (Red+Green+Blue) = 21+79+210=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 210 (82.42% from 255 or 67.74% from 310); Max value from RGB is 210 - color contains mainly: blue. Hex color #154FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FD2 is #EAB02D. Grayscale: #4C4C4C. Windows color (decimal): -15380526 or 13782805. OLE color: 13782805.
HSL color Cylindrical-coordinate representation of color #154FD2: hue angle of 221.59º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154FD2 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 79 | 210 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.18 |
| HSL | 221.59º | 0.82% | 0.45% | - |
| HSV(B) | 221.59º | 0.9% | 0.82% | - |
| XYZ | 14.74 | 10.4 | 62.2 | - |
| YUV | 76.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 210 | 0.90 | 0.62 | 0 | 0.18 | 221.59 | 0.82 | 0.45 |
| Hex | 15 | 4F | D2 | 5A | 3E | 0 | 12 | DE | 52 | 2D |
| Octal | 25 | 117 | 322 | 132 | 76 | 0 | 22 | 336 | 122 | 55 |
| Binary | 10101 | 1001111 | 11010010 | 1011010 | 111110 | 0 | 10010 | 11011110 | 1010010 | 101101 |
Color Harmonies of #154FD2
Complementary color
Monochromatic Colors of #154FD2
Black with #154FD2
Text Example
Text Example
White with #154FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FD2; }
p { color: rgb(21,79,210); }
H1.HeaderClassName
{
color: #154FD2;
}
.AnyTagClassName
{
color: #154FD2;
}
</style>
background-color css
<style>
a { background-color: #154FD2; }
a { background-color: rgb(21,79,210); }
div.DivClassName
{
background-color: #154FD2;
}
.BgClassName
{
background-color: #154FD2;
}
</style>
border-color css
<style>
span { border-color: #154FD2; }
span { border-color: rgb(21,79,210); }
td.TdClassName
{
border-color: #154FD2;
}
.TagClassName
{
border-color: #154FD2;
}
</style>