Shades of Cerulean Blue #154AD2
Tints of Cerulean Blue #154AD2
RGB
CMYK
RGB Variations
Color information
#154AD2 (or 0x154AD2) is known color: Cerulean Blue. HEX triplet: 15, 4A and D2. RGB value is (21,74,210). Sum of RGB (Red+Green+Blue) = 21+74+210=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #154AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AD2 is #EAB52D. Grayscale: #494949. Windows color (decimal): -15381806 or 13781525. OLE color: 13781525.
HSL color Cylindrical-coordinate representation of color #154AD2: hue angle of 223.17º 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 #154AD2 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 74 | 210 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.18 |
| HSL | 223.17º | 0.82% | 0.45% | - |
| HSV(B) | 223.17º | 0.9% | 0.82% | - |
| XYZ | 14.39 | 9.71 | 62.09 | - |
| YUV | 73.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 210 | 0.90 | 0.65 | 0 | 0.18 | 223.17 | 0.82 | 0.45 |
| Hex | 15 | 4A | D2 | 5A | 41 | 0 | 12 | DF | 52 | 2D |
| Octal | 25 | 112 | 322 | 132 | 101 | 0 | 22 | 337 | 122 | 55 |
| Binary | 10101 | 1001010 | 11010010 | 1011010 | 1000001 | 0 | 10010 | 11011111 | 1010010 | 101101 |
Color Harmonies of #154AD2
Complementary color
Monochromatic Colors of #154AD2
Black with #154AD2
Text Example
Text Example
White with #154AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AD2; }
p { color: rgb(21,74,210); }
H1.HeaderClassName
{
color: #154AD2;
}
.AnyTagClassName
{
color: #154AD2;
}
</style>
background-color css
<style>
a { background-color: #154AD2; }
a { background-color: rgb(21,74,210); }
div.DivClassName
{
background-color: #154AD2;
}
.BgClassName
{
background-color: #154AD2;
}
</style>
border-color css
<style>
span { border-color: #154AD2; }
span { border-color: rgb(21,74,210); }
td.TdClassName
{
border-color: #154AD2;
}
.TagClassName
{
border-color: #154AD2;
}
</style>