Shades of Cerulean Blue #144ED5
Tints of Cerulean Blue #144ED5
RGB
CMYK
RGB Variations
Color information
#144ED5 (or 0x144ED5) is known color: Cerulean Blue. HEX triplet: 14, 4E and D5. RGB value is (20,78,213). Sum of RGB (Red+Green+Blue) = 20+78+213=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #144ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ED5 is #EBB12A. Grayscale: #4B4B4B. Windows color (decimal): -15446315 or 13979156. OLE color: 13979156.
HSL color Cylindrical-coordinate representation of color #144ED5: hue angle of 221.97º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144ED5 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 78 | 213 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.16 |
| HSL | 221.97º | 0.83% | 0.46% | - |
| HSV(B) | 221.97º | 0.91% | 0.84% | - |
| XYZ | 15.02 | 10.4 | 64.17 | - |
| YUV | 76.05 | 205.28 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 213 | 0.91 | 0.63 | 0 | 0.16 | 221.97 | 0.83 | 0.46 |
| Hex | 14 | 4E | D5 | 5B | 3F | 0 | 10 | DE | 53 | 2E |
| Octal | 24 | 116 | 325 | 133 | 77 | 0 | 20 | 336 | 123 | 56 |
| Binary | 10100 | 1001110 | 11010101 | 1011011 | 111111 | 0 | 10000 | 11011110 | 1010011 | 101110 |
Color Harmonies of #144ED5
Complementary color
Monochromatic Colors of #144ED5
Black with #144ED5
Text Example
Text Example
White with #144ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ED5; }
p { color: rgb(20,78,213); }
H1.HeaderClassName
{
color: #144ED5;
}
.AnyTagClassName
{
color: #144ED5;
}
</style>
background-color css
<style>
a { background-color: #144ED5; }
a { background-color: rgb(20,78,213); }
div.DivClassName
{
background-color: #144ED5;
}
.BgClassName
{
background-color: #144ED5;
}
</style>
border-color css
<style>
span { border-color: #144ED5; }
span { border-color: rgb(20,78,213); }
td.TdClassName
{
border-color: #144ED5;
}
.TagClassName
{
border-color: #144ED5;
}
</style>