Shades of Cerulean Blue #144BDD
Tints of Cerulean Blue #144BDD
RGB
CMYK
RGB Variations
Color information
#144BDD (or 0x144BDD) is known color: Cerulean Blue. HEX triplet: 14, 4B and DD. RGB value is (20,75,221). Sum of RGB (Red+Green+Blue) = 20+75+221=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #144BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BDD is #EBB422. Grayscale: #4A4A4A. Windows color (decimal): -15447075 or 14502676. OLE color: 14502676.
HSL color Cylindrical-coordinate representation of color #144BDD: hue angle of 223.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144BDD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 75 | 221 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.13 |
| HSL | 223.58º | 0.83% | 0.47% | - |
| HSV(B) | 223.58º | 0.91% | 0.87% | - |
| XYZ | 15.86 | 10.4 | 69.58 | - |
| YUV | 75.2 | 210.28 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 221 | 0.91 | 0.66 | 0 | 0.13 | 223.58 | 0.83 | 0.47 |
| Hex | 14 | 4B | DD | 5B | 42 | 0 | D | E0 | 53 | 2F |
| Octal | 24 | 113 | 335 | 133 | 102 | 0 | 15 | 340 | 123 | 57 |
| Binary | 10100 | 1001011 | 11011101 | 1011011 | 1000010 | 0 | 1101 | 11100000 | 1010011 | 101111 |
Color Harmonies of #144BDD
Complementary color
Monochromatic Colors of #144BDD
Black with #144BDD
Text Example
Text Example
White with #144BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BDD; }
p { color: rgb(20,75,221); }
H1.HeaderClassName
{
color: #144BDD;
}
.AnyTagClassName
{
color: #144BDD;
}
</style>
background-color css
<style>
a { background-color: #144BDD; }
a { background-color: rgb(20,75,221); }
div.DivClassName
{
background-color: #144BDD;
}
.BgClassName
{
background-color: #144BDD;
}
</style>
border-color css
<style>
span { border-color: #144BDD; }
span { border-color: rgb(20,75,221); }
td.TdClassName
{
border-color: #144BDD;
}
.TagClassName
{
border-color: #144BDD;
}
</style>