Shades of Cerulean Blue #154ACF
Tints of Cerulean Blue #154ACF
RGB
CMYK
RGB Variations
Color information
#154ACF (or 0x154ACF) is known color: Cerulean Blue. HEX triplet: 15, 4A and CF. RGB value is (21,74,207). Sum of RGB (Red+Green+Blue) = 21+74+207=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #154ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ACF is #EAB530. Grayscale: #484848. Windows color (decimal): -15381809 or 13584917. OLE color: 13584917.
HSL color Cylindrical-coordinate representation of color #154ACF: hue angle of 222.9º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ACF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 74 | 207 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.19 |
| HSL | 222.9º | 0.82% | 0.45% | - |
| HSV(B) | 222.9º | 0.9% | 0.81% | - |
| XYZ | 14.02 | 9.56 | 60.14 | - |
| YUV | 73.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 207 | 0.90 | 0.64 | 0 | 0.19 | 222.9 | 0.82 | 0.45 |
| Hex | 15 | 4A | CF | 5A | 40 | 0 | 13 | DF | 52 | 2D |
| Octal | 25 | 112 | 317 | 132 | 100 | 0 | 23 | 337 | 122 | 55 |
| Binary | 10101 | 1001010 | 11001111 | 1011010 | 1000000 | 0 | 10011 | 11011111 | 1010010 | 101101 |
Color Harmonies of #154ACF
Complementary color
Monochromatic Colors of #154ACF
Black with #154ACF
Text Example
Text Example
White with #154ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154ACF; }
p { color: rgb(21,74,207); }
H1.HeaderClassName
{
color: #154ACF;
}
.AnyTagClassName
{
color: #154ACF;
}
</style>
background-color css
<style>
a { background-color: #154ACF; }
a { background-color: rgb(21,74,207); }
div.DivClassName
{
background-color: #154ACF;
}
.BgClassName
{
background-color: #154ACF;
}
</style>
border-color css
<style>
span { border-color: #154ACF; }
span { border-color: rgb(21,74,207); }
td.TdClassName
{
border-color: #154ACF;
}
.TagClassName
{
border-color: #154ACF;
}
</style>