Shades of Cerulean Blue #144BDC
Tints of Cerulean Blue #144BDC
RGB
CMYK
RGB Variations
Color information
#144BDC (or 0x144BDC) is known color: Cerulean Blue. HEX triplet: 14, 4B and DC. RGB value is (20,75,220). Sum of RGB (Red+Green+Blue) = 20+75+220=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #144BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BDC is #EBB423. Grayscale: #4A4A4A. Windows color (decimal): -15447076 or 14437140. OLE color: 14437140.
HSL color Cylindrical-coordinate representation of color #144BDC: hue angle of 223.5º 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 #144BDC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 75 | 220 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.14 |
| HSL | 223.5º | 0.83% | 0.47% | - |
| HSV(B) | 223.5º | 0.91% | 0.86% | - |
| XYZ | 15.72 | 10.35 | 68.88 | - |
| YUV | 75.09 | 209.78 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 220 | 0.91 | 0.66 | 0 | 0.14 | 223.5 | 0.83 | 0.47 |
| Hex | 14 | 4B | DC | 5B | 42 | 0 | E | E0 | 53 | 2F |
| Octal | 24 | 113 | 334 | 133 | 102 | 0 | 16 | 340 | 123 | 57 |
| Binary | 10100 | 1001011 | 11011100 | 1011011 | 1000010 | 0 | 1110 | 11100000 | 1010011 | 101111 |
Color Harmonies of #144BDC
Complementary color
Monochromatic Colors of #144BDC
Black with #144BDC
Text Example
Text Example
White with #144BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BDC; }
p { color: rgb(20,75,220); }
H1.HeaderClassName
{
color: #144BDC;
}
.AnyTagClassName
{
color: #144BDC;
}
</style>
background-color css
<style>
a { background-color: #144BDC; }
a { background-color: rgb(20,75,220); }
div.DivClassName
{
background-color: #144BDC;
}
.BgClassName
{
background-color: #144BDC;
}
</style>
border-color css
<style>
span { border-color: #144BDC; }
span { border-color: rgb(20,75,220); }
td.TdClassName
{
border-color: #144BDC;
}
.TagClassName
{
border-color: #144BDC;
}
</style>