Shades of Cerulean Blue #154FE1
Tints of Cerulean Blue #154FE1
RGB
CMYK
RGB Variations
Color information
#154FE1 (or 0x154FE1) is known color: Cerulean Blue. HEX triplet: 15, 4F and E1. RGB value is (21,79,225). Sum of RGB (Red+Green+Blue) = 21+79+225=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #154FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FE1 is #EAB01E. Grayscale: #4D4D4D. Windows color (decimal): -15380511 or 14765845. OLE color: 14765845.
HSL color Cylindrical-coordinate representation of color #154FE1: hue angle of 222.94º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154FE1 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 79 | 225 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.12 |
| HSL | 222.94º | 0.83% | 0.48% | - |
| HSV(B) | 222.94º | 0.91% | 0.88% | - |
| XYZ | 16.7 | 11.19 | 72.51 | - |
| YUV | 78.3 | 210.78 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 225 | 0.91 | 0.65 | 0 | 0.12 | 222.94 | 0.83 | 0.48 |
| Hex | 15 | 4F | E1 | 5B | 41 | 0 | C | DF | 53 | 30 |
| Octal | 25 | 117 | 341 | 133 | 101 | 0 | 14 | 337 | 123 | 60 |
| Binary | 10101 | 1001111 | 11100001 | 1011011 | 1000001 | 0 | 1100 | 11011111 | 1010011 | 110000 |
Color Harmonies of #154FE1
Complementary color
Monochromatic Colors of #154FE1
Black with #154FE1
Text Example
Text Example
White with #154FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FE1; }
p { color: rgb(21,79,225); }
H1.HeaderClassName
{
color: #154FE1;
}
.AnyTagClassName
{
color: #154FE1;
}
</style>
background-color css
<style>
a { background-color: #154FE1; }
a { background-color: rgb(21,79,225); }
div.DivClassName
{
background-color: #154FE1;
}
.BgClassName
{
background-color: #154FE1;
}
</style>
border-color css
<style>
span { border-color: #154FE1; }
span { border-color: rgb(21,79,225); }
td.TdClassName
{
border-color: #154FE1;
}
.TagClassName
{
border-color: #154FE1;
}
</style>