Shades of Cerulean Blue #144EDA
Tints of Cerulean Blue #144EDA
RGB
CMYK
RGB Variations
Color information
#144EDA (or 0x144EDA) is known color: Cerulean Blue. HEX triplet: 14, 4E and DA. RGB value is (20,78,218). Sum of RGB (Red+Green+Blue) = 20+78+218=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #144EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EDA is #EBB125. Grayscale: #4C4C4C. Windows color (decimal): -15446310 or 14306836. OLE color: 14306836.
HSL color Cylindrical-coordinate representation of color #144EDA: hue angle of 222.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EDA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 78 | 218 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.15 |
| HSL | 222.42º | 0.83% | 0.47% | - |
| HSV(B) | 222.42º | 0.91% | 0.85% | - |
| XYZ | 15.67 | 10.66 | 67.56 | - |
| YUV | 76.62 | 207.78 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 218 | 0.91 | 0.64 | 0 | 0.15 | 222.42 | 0.83 | 0.47 |
| Hex | 14 | 4E | DA | 5B | 40 | 0 | F | DE | 53 | 2F |
| Octal | 24 | 116 | 332 | 133 | 100 | 0 | 17 | 336 | 123 | 57 |
| Binary | 10100 | 1001110 | 11011010 | 1011011 | 1000000 | 0 | 1111 | 11011110 | 1010011 | 101111 |
Color Harmonies of #144EDA
Complementary color
Monochromatic Colors of #144EDA
Black with #144EDA
Text Example
Text Example
White with #144EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EDA; }
p { color: rgb(20,78,218); }
H1.HeaderClassName
{
color: #144EDA;
}
.AnyTagClassName
{
color: #144EDA;
}
</style>
background-color css
<style>
a { background-color: #144EDA; }
a { background-color: rgb(20,78,218); }
div.DivClassName
{
background-color: #144EDA;
}
.BgClassName
{
background-color: #144EDA;
}
</style>
border-color css
<style>
span { border-color: #144EDA; }
span { border-color: rgb(20,78,218); }
td.TdClassName
{
border-color: #144EDA;
}
.TagClassName
{
border-color: #144EDA;
}
</style>