Shades of Cerulean Blue #144ED2
Tints of Cerulean Blue #144ED2
RGB
CMYK
RGB Variations
Color information
#144ED2 (or 0x144ED2) is known color: Cerulean Blue. HEX triplet: 14, 4E and D2. RGB value is (20,78,210). Sum of RGB (Red+Green+Blue) = 20+78+210=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #144ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ED2 is #EBB12D. Grayscale: #4B4B4B. Windows color (decimal): -15446318 or 13782548. OLE color: 13782548.
HSL color Cylindrical-coordinate representation of color #144ED2: hue angle of 221.68º 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 #144ED2 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 78 | 210 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.18 |
| HSL | 221.68º | 0.83% | 0.45% | - |
| HSV(B) | 221.68º | 0.9% | 0.82% | - |
| XYZ | 14.65 | 10.25 | 62.18 | - |
| YUV | 75.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 210 | 0.90 | 0.63 | 0 | 0.18 | 221.68 | 0.83 | 0.45 |
| Hex | 14 | 4E | D2 | 5A | 3F | 0 | 12 | DE | 53 | 2D |
| Octal | 24 | 116 | 322 | 132 | 77 | 0 | 22 | 336 | 123 | 55 |
| Binary | 10100 | 1001110 | 11010010 | 1011010 | 111111 | 0 | 10010 | 11011110 | 1010011 | 101101 |
Color Harmonies of #144ED2
Complementary color
Monochromatic Colors of #144ED2
Black with #144ED2
Text Example
Text Example
White with #144ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ED2; }
p { color: rgb(20,78,210); }
H1.HeaderClassName
{
color: #144ED2;
}
.AnyTagClassName
{
color: #144ED2;
}
</style>
background-color css
<style>
a { background-color: #144ED2; }
a { background-color: rgb(20,78,210); }
div.DivClassName
{
background-color: #144ED2;
}
.BgClassName
{
background-color: #144ED2;
}
</style>
border-color css
<style>
span { border-color: #144ED2; }
span { border-color: rgb(20,78,210); }
td.TdClassName
{
border-color: #144ED2;
}
.TagClassName
{
border-color: #144ED2;
}
</style>