Shades of Cerulean Blue #144DD1
Tints of Cerulean Blue #144DD1
RGB
CMYK
RGB Variations
Color information
#144DD1 (or 0x144DD1) is known color: Cerulean Blue. HEX triplet: 14, 4D and D1. RGB value is (20,77,209). Sum of RGB (Red+Green+Blue) = 20+77+209=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #144DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DD1 is #EBB22E. Grayscale: #4A4A4A. Windows color (decimal): -15446575 or 13716756. OLE color: 13716756.
HSL color Cylindrical-coordinate representation of color #144DD1: hue angle of 221.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144DD1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 77 | 209 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.18 |
| HSL | 221.9º | 0.83% | 0.45% | - |
| HSV(B) | 221.9º | 0.9% | 0.82% | - |
| XYZ | 14.45 | 10.06 | 61.5 | - |
| YUV | 75.01 | 203.62 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 209 | 0.90 | 0.63 | 0 | 0.18 | 221.9 | 0.83 | 0.45 |
| Hex | 14 | 4D | D1 | 5A | 3F | 0 | 12 | DE | 53 | 2D |
| Octal | 24 | 115 | 321 | 132 | 77 | 0 | 22 | 336 | 123 | 55 |
| Binary | 10100 | 1001101 | 11010001 | 1011010 | 111111 | 0 | 10010 | 11011110 | 1010011 | 101101 |
Color Harmonies of #144DD1
Complementary color
Monochromatic Colors of #144DD1
Black with #144DD1
Text Example
Text Example
White with #144DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DD1; }
p { color: rgb(20,77,209); }
H1.HeaderClassName
{
color: #144DD1;
}
.AnyTagClassName
{
color: #144DD1;
}
</style>
background-color css
<style>
a { background-color: #144DD1; }
a { background-color: rgb(20,77,209); }
div.DivClassName
{
background-color: #144DD1;
}
.BgClassName
{
background-color: #144DD1;
}
</style>
border-color css
<style>
span { border-color: #144DD1; }
span { border-color: rgb(20,77,209); }
td.TdClassName
{
border-color: #144DD1;
}
.TagClassName
{
border-color: #144DD1;
}
</style>