Shades of Cerulean Blue #144DD2
Tints of Cerulean Blue #144DD2
RGB
CMYK
RGB Variations
Color information
#144DD2 (or 0x144DD2) is known color: Cerulean Blue. HEX triplet: 14, 4D and D2. RGB value is (20,77,210). Sum of RGB (Red+Green+Blue) = 20+77+210=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 210 (82.42% from 255 or 68.40% from 307); Max value from RGB is 210 - color contains mainly: blue. Hex color #144DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DD2 is #EBB22D. Grayscale: #4A4A4A. Windows color (decimal): -15446574 or 13782292. OLE color: 13782292.
HSL color Cylindrical-coordinate representation of color #144DD2: hue angle of 222º 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 #144DD2 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 77 | 210 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.18 |
| HSL | 222º | 0.83% | 0.45% | - |
| HSV(B) | 222º | 0.9% | 0.82% | - |
| XYZ | 14.58 | 10.11 | 62.16 | - |
| YUV | 75.12 | 204.12 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 210 | 0.90 | 0.63 | 0 | 0.18 | 222 | 0.83 | 0.45 |
| Hex | 14 | 4D | D2 | 5A | 3F | 0 | 12 | DE | 53 | 2D |
| Octal | 24 | 115 | 322 | 132 | 77 | 0 | 22 | 336 | 123 | 55 |
| Binary | 10100 | 1001101 | 11010010 | 1011010 | 111111 | 0 | 10010 | 11011110 | 1010011 | 101101 |
Color Harmonies of #144DD2
Complementary color
Monochromatic Colors of #144DD2
Black with #144DD2
Text Example
Text Example
White with #144DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DD2; }
p { color: rgb(20,77,210); }
H1.HeaderClassName
{
color: #144DD2;
}
.AnyTagClassName
{
color: #144DD2;
}
</style>
background-color css
<style>
a { background-color: #144DD2; }
a { background-color: rgb(20,77,210); }
div.DivClassName
{
background-color: #144DD2;
}
.BgClassName
{
background-color: #144DD2;
}
</style>
border-color css
<style>
span { border-color: #144DD2; }
span { border-color: rgb(20,77,210); }
td.TdClassName
{
border-color: #144DD2;
}
.TagClassName
{
border-color: #144DD2;
}
</style>