Shades of Cerulean Blue #144BDE
Tints of Cerulean Blue #144BDE
RGB
CMYK
RGB Variations
Color information
#144BDE (or 0x144BDE) is known color: Cerulean Blue. HEX triplet: 14, 4B and DE. RGB value is (20,75,222). Sum of RGB (Red+Green+Blue) = 20+75+222=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #144BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BDE is #EBB421. Grayscale: #4A4A4A. Windows color (decimal): -15447074 or 14568212. OLE color: 14568212.
HSL color Cylindrical-coordinate representation of color #144BDE: hue angle of 223.66º 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 #144BDE is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 75 | 222 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.13 |
| HSL | 223.66º | 0.83% | 0.47% | - |
| HSV(B) | 223.66º | 0.91% | 0.87% | - |
| XYZ | 15.99 | 10.45 | 70.28 | - |
| YUV | 75.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 222 | 0.91 | 0.66 | 0 | 0.13 | 223.66 | 0.83 | 0.47 |
| Hex | 14 | 4B | DE | 5B | 42 | 0 | D | E0 | 53 | 2F |
| Octal | 24 | 113 | 336 | 133 | 102 | 0 | 15 | 340 | 123 | 57 |
| Binary | 10100 | 1001011 | 11011110 | 1011011 | 1000010 | 0 | 1101 | 11100000 | 1010011 | 101111 |
Color Harmonies of #144BDE
Complementary color
Monochromatic Colors of #144BDE
Black with #144BDE
Text Example
Text Example
White with #144BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BDE; }
p { color: rgb(20,75,222); }
H1.HeaderClassName
{
color: #144BDE;
}
.AnyTagClassName
{
color: #144BDE;
}
</style>
background-color css
<style>
a { background-color: #144BDE; }
a { background-color: rgb(20,75,222); }
div.DivClassName
{
background-color: #144BDE;
}
.BgClassName
{
background-color: #144BDE;
}
</style>
border-color css
<style>
span { border-color: #144BDE; }
span { border-color: rgb(20,75,222); }
td.TdClassName
{
border-color: #144BDE;
}
.TagClassName
{
border-color: #144BDE;
}
</style>