Shades of Cerulean Blue #144ED8
Tints of Cerulean Blue #144ED8
RGB
CMYK
RGB Variations
Color information
#144ED8 (or 0x144ED8) is known color: Cerulean Blue. HEX triplet: 14, 4E and D8. RGB value is (20,78,216). Sum of RGB (Red+Green+Blue) = 20+78+216=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 216 (84.77% from 255 or 68.79% from 314); Max value from RGB is 216 - color contains mainly: blue. Hex color #144ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ED8 is #EBB127. Grayscale: #4B4B4B. Windows color (decimal): -15446312 or 14175764. OLE color: 14175764.
HSL color Cylindrical-coordinate representation of color #144ED8: hue angle of 222.24º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144ED8 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 78 | 216 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.15 |
| HSL | 222.24º | 0.83% | 0.46% | - |
| HSV(B) | 222.24º | 0.91% | 0.85% | - |
| XYZ | 15.41 | 10.56 | 66.19 | - |
| YUV | 76.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 216 | 0.91 | 0.64 | 0 | 0.15 | 222.24 | 0.83 | 0.46 |
| Hex | 14 | 4E | D8 | 5B | 40 | 0 | F | DE | 53 | 2E |
| Octal | 24 | 116 | 330 | 133 | 100 | 0 | 17 | 336 | 123 | 56 |
| Binary | 10100 | 1001110 | 11011000 | 1011011 | 1000000 | 0 | 1111 | 11011110 | 1010011 | 101110 |
Color Harmonies of #144ED8
Complementary color
Monochromatic Colors of #144ED8
Black with #144ED8
Text Example
Text Example
White with #144ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ED8; }
p { color: rgb(20,78,216); }
H1.HeaderClassName
{
color: #144ED8;
}
.AnyTagClassName
{
color: #144ED8;
}
</style>
background-color css
<style>
a { background-color: #144ED8; }
a { background-color: rgb(20,78,216); }
div.DivClassName
{
background-color: #144ED8;
}
.BgClassName
{
background-color: #144ED8;
}
</style>
border-color css
<style>
span { border-color: #144ED8; }
span { border-color: rgb(20,78,216); }
td.TdClassName
{
border-color: #144ED8;
}
.TagClassName
{
border-color: #144ED8;
}
</style>