Shades of Cerulean Blue #144CE5
Tints of Cerulean Blue #144CE5
RGB
CMYK
RGB Variations
Color information
#144CE5 (or 0x144CE5) is known color: Cerulean Blue. HEX triplet: 14, 4C and E5. RGB value is (20,76,229). Sum of RGB (Red+Green+Blue) = 20+76+229=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #144CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CE5 is #EBB31A. Grayscale: #4C4C4C. Windows color (decimal): -15446811 or 15027220. OLE color: 15027220.
HSL color Cylindrical-coordinate representation of color #144CE5: hue angle of 223.92º degrees, saturation: 0.84, 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 #144CE5 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 76 | 229 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.10 |
| HSL | 223.92º | 0.84% | 0.49% | - |
| HSV(B) | 223.92º | 0.91% | 0.9% | - |
| XYZ | 17.02 | 10.97 | 75.35 | - |
| YUV | 76.7 | 213.95 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 229 | 0.91 | 0.67 | 0 | 0.10 | 223.92 | 0.84 | 0.49 |
| Hex | 14 | 4C | E5 | 5B | 43 | 0 | A | E0 | 54 | 31 |
| Octal | 24 | 114 | 345 | 133 | 103 | 0 | 12 | 340 | 124 | 61 |
| Binary | 10100 | 1001100 | 11100101 | 1011011 | 1000011 | 0 | 1010 | 11100000 | 1010100 | 110001 |
Color Harmonies of #144CE5
Complementary color
Monochromatic Colors of #144CE5
Black with #144CE5
Text Example
Text Example
White with #144CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CE5; }
p { color: rgb(20,76,229); }
H1.HeaderClassName
{
color: #144CE5;
}
.AnyTagClassName
{
color: #144CE5;
}
</style>
background-color css
<style>
a { background-color: #144CE5; }
a { background-color: rgb(20,76,229); }
div.DivClassName
{
background-color: #144CE5;
}
.BgClassName
{
background-color: #144CE5;
}
</style>
border-color css
<style>
span { border-color: #144CE5; }
span { border-color: rgb(20,76,229); }
td.TdClassName
{
border-color: #144CE5;
}
.TagClassName
{
border-color: #144CE5;
}
</style>