Shades of Cerulean Blue #144CE1
Tints of Cerulean Blue #144CE1
RGB
CMYK
RGB Variations
Color information
#144CE1 (or 0x144CE1) is known color: Cerulean Blue. HEX triplet: 14, 4C and E1. RGB value is (20,76,225). Sum of RGB (Red+Green+Blue) = 20+76+225=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #144CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CE1 is #EBB31E. Grayscale: #4B4B4B. Windows color (decimal): -15446815 or 14765076. OLE color: 14765076.
HSL color Cylindrical-coordinate representation of color #144CE1: hue angle of 223.61º degrees, saturation: 0.84, 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 #144CE1 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 76 | 225 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.12 |
| HSL | 223.61º | 0.84% | 0.48% | - |
| HSV(B) | 223.61º | 0.91% | 0.88% | - |
| XYZ | 16.46 | 10.75 | 72.44 | - |
| YUV | 76.24 | 211.95 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 225 | 0.91 | 0.66 | 0 | 0.12 | 223.61 | 0.84 | 0.48 |
| Hex | 14 | 4C | E1 | 5B | 42 | 0 | C | E0 | 54 | 30 |
| Octal | 24 | 114 | 341 | 133 | 102 | 0 | 14 | 340 | 124 | 60 |
| Binary | 10100 | 1001100 | 11100001 | 1011011 | 1000010 | 0 | 1100 | 11100000 | 1010100 | 110000 |
Color Harmonies of #144CE1
Complementary color
Monochromatic Colors of #144CE1
Black with #144CE1
Text Example
Text Example
White with #144CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CE1; }
p { color: rgb(20,76,225); }
H1.HeaderClassName
{
color: #144CE1;
}
.AnyTagClassName
{
color: #144CE1;
}
</style>
background-color css
<style>
a { background-color: #144CE1; }
a { background-color: rgb(20,76,225); }
div.DivClassName
{
background-color: #144CE1;
}
.BgClassName
{
background-color: #144CE1;
}
</style>
border-color css
<style>
span { border-color: #144CE1; }
span { border-color: rgb(20,76,225); }
td.TdClassName
{
border-color: #144CE1;
}
.TagClassName
{
border-color: #144CE1;
}
</style>