Shades of Cerulean Blue #144ADB
Tints of Cerulean Blue #144ADB
RGB
CMYK
RGB Variations
Color information
#144ADB (or 0x144ADB) is known color: Cerulean Blue. HEX triplet: 14, 4A and DB. RGB value is (20,74,219). Sum of RGB (Red+Green+Blue) = 20+74+219=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #144ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ADB is #EBB524. Grayscale: #494949. Windows color (decimal): -15447333 or 14371348. OLE color: 14371348.
HSL color Cylindrical-coordinate representation of color #144ADB: hue angle of 223.72º 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 #144ADB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 74 | 219 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.14 |
| HSL | 223.72º | 0.83% | 0.47% | - |
| HSV(B) | 223.72º | 0.91% | 0.86% | - |
| XYZ | 15.52 | 10.16 | 68.16 | - |
| YUV | 74.38 | 209.61 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 219 | 0.91 | 0.66 | 0 | 0.14 | 223.72 | 0.83 | 0.47 |
| Hex | 14 | 4A | DB | 5B | 42 | 0 | E | E0 | 53 | 2F |
| Octal | 24 | 112 | 333 | 133 | 102 | 0 | 16 | 340 | 123 | 57 |
| Binary | 10100 | 1001010 | 11011011 | 1011011 | 1000010 | 0 | 1110 | 11100000 | 1010011 | 101111 |
Color Harmonies of #144ADB
Complementary color
Monochromatic Colors of #144ADB
Black with #144ADB
Text Example
Text Example
White with #144ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ADB; }
p { color: rgb(20,74,219); }
H1.HeaderClassName
{
color: #144ADB;
}
.AnyTagClassName
{
color: #144ADB;
}
</style>
background-color css
<style>
a { background-color: #144ADB; }
a { background-color: rgb(20,74,219); }
div.DivClassName
{
background-color: #144ADB;
}
.BgClassName
{
background-color: #144ADB;
}
</style>
border-color css
<style>
span { border-color: #144ADB; }
span { border-color: rgb(20,74,219); }
td.TdClassName
{
border-color: #144ADB;
}
.TagClassName
{
border-color: #144ADB;
}
</style>