Shades of Cerulean Blue #144EE0
Tints of Cerulean Blue #144EE0
RGB
CMYK
RGB Variations
Color information
#144EE0 (or 0x144EE0) is known color: Cerulean Blue. HEX triplet: 14, 4E and E0. RGB value is (20,78,224). Sum of RGB (Red+Green+Blue) = 20+78+224=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #144EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EE0 is #EBB11F. Grayscale: #4C4C4C. Windows color (decimal): -15446304 or 14700052. OLE color: 14700052.
HSL color Cylindrical-coordinate representation of color #144EE0: hue angle of 222.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EE0 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 78 | 224 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.12 |
| HSL | 222.94º | 0.84% | 0.48% | - |
| HSV(B) | 222.94º | 0.91% | 0.88% | - |
| XYZ | 16.47 | 10.98 | 71.77 | - |
| YUV | 77.3 | 210.78 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 224 | 0.91 | 0.65 | 0 | 0.12 | 222.94 | 0.84 | 0.48 |
| Hex | 14 | 4E | E0 | 5B | 41 | 0 | C | DF | 54 | 30 |
| Octal | 24 | 116 | 340 | 133 | 101 | 0 | 14 | 337 | 124 | 60 |
| Binary | 10100 | 1001110 | 11100000 | 1011011 | 1000001 | 0 | 1100 | 11011111 | 1010100 | 110000 |
Color Harmonies of #144EE0
Complementary color
Monochromatic Colors of #144EE0
Black with #144EE0
Text Example
Text Example
White with #144EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EE0; }
p { color: rgb(20,78,224); }
H1.HeaderClassName
{
color: #144EE0;
}
.AnyTagClassName
{
color: #144EE0;
}
</style>
background-color css
<style>
a { background-color: #144EE0; }
a { background-color: rgb(20,78,224); }
div.DivClassName
{
background-color: #144EE0;
}
.BgClassName
{
background-color: #144EE0;
}
</style>
border-color css
<style>
span { border-color: #144EE0; }
span { border-color: rgb(20,78,224); }
td.TdClassName
{
border-color: #144EE0;
}
.TagClassName
{
border-color: #144EE0;
}
</style>