Shades of Cerulean Blue #144EE2
Tints of Cerulean Blue #144EE2
RGB
CMYK
RGB Variations
Color information
#144EE2 (or 0x144EE2) is known color: Cerulean Blue. HEX triplet: 14, 4E and E2. RGB value is (20,78,226). Sum of RGB (Red+Green+Blue) = 20+78+226=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 226 (88.67% from 255 or 69.75% from 324); Max value from RGB is 226 - color contains mainly: blue. Hex color #144EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EE2 is #EBB11D. Grayscale: #4C4C4C. Windows color (decimal): -15446302 or 14831124. OLE color: 14831124.
HSL color Cylindrical-coordinate representation of color #144EE2: hue angle of 223.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EE2 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 78 | 226 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.11 |
| HSL | 223.11º | 0.84% | 0.48% | - |
| HSV(B) | 223.11º | 0.91% | 0.89% | - |
| XYZ | 16.74 | 11.09 | 73.21 | - |
| YUV | 77.53 | 211.78 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 226 | 0.91 | 0.65 | 0 | 0.11 | 223.11 | 0.84 | 0.48 |
| Hex | 14 | 4E | E2 | 5B | 41 | 0 | B | DF | 54 | 30 |
| Octal | 24 | 116 | 342 | 133 | 101 | 0 | 13 | 337 | 124 | 60 |
| Binary | 10100 | 1001110 | 11100010 | 1011011 | 1000001 | 0 | 1011 | 11011111 | 1010100 | 110000 |
Color Harmonies of #144EE2
Complementary color
Monochromatic Colors of #144EE2
Black with #144EE2
Text Example
Text Example
White with #144EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EE2; }
p { color: rgb(20,78,226); }
H1.HeaderClassName
{
color: #144EE2;
}
.AnyTagClassName
{
color: #144EE2;
}
</style>
background-color css
<style>
a { background-color: #144EE2; }
a { background-color: rgb(20,78,226); }
div.DivClassName
{
background-color: #144EE2;
}
.BgClassName
{
background-color: #144EE2;
}
</style>
border-color css
<style>
span { border-color: #144EE2; }
span { border-color: rgb(20,78,226); }
td.TdClassName
{
border-color: #144EE2;
}
.TagClassName
{
border-color: #144EE2;
}
</style>