Shades of Cerulean Blue #144EDC
Tints of Cerulean Blue #144EDC
RGB
CMYK
RGB Variations
Color information
#144EDC (or 0x144EDC) is known color: Cerulean Blue. HEX triplet: 14, 4E and DC. RGB value is (20,78,220). Sum of RGB (Red+Green+Blue) = 20+78+220=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #144EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EDC is #EBB123. Grayscale: #4C4C4C. Windows color (decimal): -15446308 or 14437908. OLE color: 14437908.
HSL color Cylindrical-coordinate representation of color #144EDC: hue angle of 222.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EDC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 78 | 220 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.14 |
| HSL | 222.6º | 0.83% | 0.47% | - |
| HSV(B) | 222.6º | 0.91% | 0.86% | - |
| XYZ | 15.93 | 10.76 | 68.95 | - |
| YUV | 76.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 220 | 0.91 | 0.65 | 0 | 0.14 | 222.6 | 0.83 | 0.47 |
| Hex | 14 | 4E | DC | 5B | 41 | 0 | E | DF | 53 | 2F |
| Octal | 24 | 116 | 334 | 133 | 101 | 0 | 16 | 337 | 123 | 57 |
| Binary | 10100 | 1001110 | 11011100 | 1011011 | 1000001 | 0 | 1110 | 11011111 | 1010011 | 101111 |
Color Harmonies of #144EDC
Complementary color
Monochromatic Colors of #144EDC
Black with #144EDC
Text Example
Text Example
White with #144EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EDC; }
p { color: rgb(20,78,220); }
H1.HeaderClassName
{
color: #144EDC;
}
.AnyTagClassName
{
color: #144EDC;
}
</style>
background-color css
<style>
a { background-color: #144EDC; }
a { background-color: rgb(20,78,220); }
div.DivClassName
{
background-color: #144EDC;
}
.BgClassName
{
background-color: #144EDC;
}
</style>
border-color css
<style>
span { border-color: #144EDC; }
span { border-color: rgb(20,78,220); }
td.TdClassName
{
border-color: #144EDC;
}
.TagClassName
{
border-color: #144EDC;
}
</style>