Shades of Cerulean Blue #144EDB
Tints of Cerulean Blue #144EDB
RGB
CMYK
RGB Variations
Color information
#144EDB (or 0x144EDB) is known color: Cerulean Blue. HEX triplet: 14, 4E and DB. RGB value is (20,78,219). Sum of RGB (Red+Green+Blue) = 20+78+219=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #144EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EDB is #EBB124. Grayscale: #4C4C4C. Windows color (decimal): -15446309 or 14372372. OLE color: 14372372.
HSL color Cylindrical-coordinate representation of color #144EDB: hue angle of 222.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EDB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 78 | 219 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.14 |
| HSL | 222.51º | 0.83% | 0.47% | - |
| HSV(B) | 222.51º | 0.91% | 0.86% | - |
| XYZ | 15.8 | 10.71 | 68.25 | - |
| YUV | 76.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 219 | 0.91 | 0.64 | 0 | 0.14 | 222.51 | 0.83 | 0.47 |
| Hex | 14 | 4E | DB | 5B | 40 | 0 | E | DF | 53 | 2F |
| Octal | 24 | 116 | 333 | 133 | 100 | 0 | 16 | 337 | 123 | 57 |
| Binary | 10100 | 1001110 | 11011011 | 1011011 | 1000000 | 0 | 1110 | 11011111 | 1010011 | 101111 |
Color Harmonies of #144EDB
Complementary color
Monochromatic Colors of #144EDB
Black with #144EDB
Text Example
Text Example
White with #144EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EDB; }
p { color: rgb(20,78,219); }
H1.HeaderClassName
{
color: #144EDB;
}
.AnyTagClassName
{
color: #144EDB;
}
</style>
background-color css
<style>
a { background-color: #144EDB; }
a { background-color: rgb(20,78,219); }
div.DivClassName
{
background-color: #144EDB;
}
.BgClassName
{
background-color: #144EDB;
}
</style>
border-color css
<style>
span { border-color: #144EDB; }
span { border-color: rgb(20,78,219); }
td.TdClassName
{
border-color: #144EDB;
}
.TagClassName
{
border-color: #144EDB;
}
</style>