Shades of Cerulean Blue #144ED6
Tints of Cerulean Blue #144ED6
RGB
CMYK
RGB Variations
Color information
#144ED6 (or 0x144ED6) is known color: Cerulean Blue. HEX triplet: 14, 4E and D6. RGB value is (20,78,214). Sum of RGB (Red+Green+Blue) = 20+78+214=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #144ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ED6 is #EBB129. Grayscale: #4B4B4B. Windows color (decimal): -15446314 or 14044692. OLE color: 14044692.
HSL color Cylindrical-coordinate representation of color #144ED6: hue angle of 222.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144ED6 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 78 | 214 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.16 |
| HSL | 222.06º | 0.83% | 0.46% | - |
| HSV(B) | 222.06º | 0.91% | 0.84% | - |
| XYZ | 15.15 | 10.45 | 64.84 | - |
| YUV | 76.16 | 205.78 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 214 | 0.91 | 0.64 | 0 | 0.16 | 222.06 | 0.83 | 0.46 |
| Hex | 14 | 4E | D6 | 5B | 40 | 0 | 10 | DE | 53 | 2E |
| Octal | 24 | 116 | 326 | 133 | 100 | 0 | 20 | 336 | 123 | 56 |
| Binary | 10100 | 1001110 | 11010110 | 1011011 | 1000000 | 0 | 10000 | 11011110 | 1010011 | 101110 |
Color Harmonies of #144ED6
Complementary color
Monochromatic Colors of #144ED6
Black with #144ED6
Text Example
Text Example
White with #144ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ED6; }
p { color: rgb(20,78,214); }
H1.HeaderClassName
{
color: #144ED6;
}
.AnyTagClassName
{
color: #144ED6;
}
</style>
background-color css
<style>
a { background-color: #144ED6; }
a { background-color: rgb(20,78,214); }
div.DivClassName
{
background-color: #144ED6;
}
.BgClassName
{
background-color: #144ED6;
}
</style>
border-color css
<style>
span { border-color: #144ED6; }
span { border-color: rgb(20,78,214); }
td.TdClassName
{
border-color: #144ED6;
}
.TagClassName
{
border-color: #144ED6;
}
</style>