Shades of Cerulean Blue #154CE5
Tints of Cerulean Blue #154CE5
RGB
CMYK
RGB Variations
Color information
#154CE5 (or 0x154CE5) is known color: Cerulean Blue. HEX triplet: 15, 4C and E5. RGB value is (21,76,229). Sum of RGB (Red+Green+Blue) = 21+76+229=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #154CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154CE5 is #EAB31A. Grayscale: #4C4C4C. Windows color (decimal): -15381275 or 15027221. OLE color: 15027221.
HSL color Cylindrical-coordinate representation of color #154CE5: hue angle of 224.13º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154CE5 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 76 | 229 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.10 |
| HSL | 224.13º | 0.83% | 0.49% | - |
| HSV(B) | 224.13º | 0.91% | 0.9% | - |
| XYZ | 17.04 | 10.99 | 75.35 | - |
| YUV | 77 | 213.78 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 229 | 0.91 | 0.67 | 0 | 0.10 | 224.13 | 0.83 | 0.49 |
| Hex | 15 | 4C | E5 | 5B | 43 | 0 | A | E0 | 53 | 31 |
| Octal | 25 | 114 | 345 | 133 | 103 | 0 | 12 | 340 | 123 | 61 |
| Binary | 10101 | 1001100 | 11100101 | 1011011 | 1000011 | 0 | 1010 | 11100000 | 1010011 | 110001 |
Color Harmonies of #154CE5
Complementary color
Monochromatic Colors of #154CE5
Black with #154CE5
Text Example
Text Example
White with #154CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CE5; }
p { color: rgb(21,76,229); }
H1.HeaderClassName
{
color: #154CE5;
}
.AnyTagClassName
{
color: #154CE5;
}
</style>
background-color css
<style>
a { background-color: #154CE5; }
a { background-color: rgb(21,76,229); }
div.DivClassName
{
background-color: #154CE5;
}
.BgClassName
{
background-color: #154CE5;
}
</style>
border-color css
<style>
span { border-color: #154CE5; }
span { border-color: rgb(21,76,229); }
td.TdClassName
{
border-color: #154CE5;
}
.TagClassName
{
border-color: #154CE5;
}
</style>