Shades of Cerulean Blue #144BDB
Tints of Cerulean Blue #144BDB
RGB
CMYK
RGB Variations
Color information
#144BDB (or 0x144BDB) is known color: Cerulean Blue. HEX triplet: 14, 4B and DB. RGB value is (20,75,219). Sum of RGB (Red+Green+Blue) = 20+75+219=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #144BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BDB is #EBB424. Grayscale: #4A4A4A. Windows color (decimal): -15447077 or 14371604. OLE color: 14371604.
HSL color Cylindrical-coordinate representation of color #144BDB: hue angle of 223.42º 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 #144BDB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 75 | 219 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.14 |
| HSL | 223.42º | 0.83% | 0.47% | - |
| HSV(B) | 223.42º | 0.91% | 0.86% | - |
| XYZ | 15.59 | 10.3 | 68.18 | - |
| YUV | 74.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 219 | 0.91 | 0.66 | 0 | 0.14 | 223.42 | 0.83 | 0.47 |
| Hex | 14 | 4B | DB | 5B | 42 | 0 | E | DF | 53 | 2F |
| Octal | 24 | 113 | 333 | 133 | 102 | 0 | 16 | 337 | 123 | 57 |
| Binary | 10100 | 1001011 | 11011011 | 1011011 | 1000010 | 0 | 1110 | 11011111 | 1010011 | 101111 |
Color Harmonies of #144BDB
Complementary color
Monochromatic Colors of #144BDB
Black with #144BDB
Text Example
Text Example
White with #144BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BDB; }
p { color: rgb(20,75,219); }
H1.HeaderClassName
{
color: #144BDB;
}
.AnyTagClassName
{
color: #144BDB;
}
</style>
background-color css
<style>
a { background-color: #144BDB; }
a { background-color: rgb(20,75,219); }
div.DivClassName
{
background-color: #144BDB;
}
.BgClassName
{
background-color: #144BDB;
}
</style>
border-color css
<style>
span { border-color: #144BDB; }
span { border-color: rgb(20,75,219); }
td.TdClassName
{
border-color: #144BDB;
}
.TagClassName
{
border-color: #144BDB;
}
</style>