Shades of Cerulean Blue #144BCD
Tints of Cerulean Blue #144BCD
RGB
CMYK
RGB Variations
Color information
#144BCD (or 0x144BCD) is known color: Cerulean Blue. HEX triplet: 14, 4B and CD. RGB value is (20,75,205). Sum of RGB (Red+Green+Blue) = 20+75+205=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #144BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BCD is #EBB432. Grayscale: #484848. Windows color (decimal): -15447091 or 13454100. OLE color: 13454100.
HSL color Cylindrical-coordinate representation of color #144BCD: hue angle of 222.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144BCD is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 75 | 205 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.20 |
| HSL | 222.16º | 0.82% | 0.44% | - |
| HSV(B) | 222.16º | 0.9% | 0.8% | - |
| XYZ | 13.82 | 9.59 | 58.88 | - |
| YUV | 73.38 | 202.28 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 205 | 0.90 | 0.63 | 0 | 0.20 | 222.16 | 0.82 | 0.44 |
| Hex | 14 | 4B | CD | 5A | 3F | 0 | 14 | DE | 52 | 2C |
| Octal | 24 | 113 | 315 | 132 | 77 | 0 | 24 | 336 | 122 | 54 |
| Binary | 10100 | 1001011 | 11001101 | 1011010 | 111111 | 0 | 10100 | 11011110 | 1010010 | 101100 |
Color Harmonies of #144BCD
Complementary color
Monochromatic Colors of #144BCD
Black with #144BCD
Text Example
Text Example
White with #144BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BCD; }
p { color: rgb(20,75,205); }
H1.HeaderClassName
{
color: #144BCD;
}
.AnyTagClassName
{
color: #144BCD;
}
</style>
background-color css
<style>
a { background-color: #144BCD; }
a { background-color: rgb(20,75,205); }
div.DivClassName
{
background-color: #144BCD;
}
.BgClassName
{
background-color: #144BCD;
}
</style>
border-color css
<style>
span { border-color: #144BCD; }
span { border-color: rgb(20,75,205); }
td.TdClassName
{
border-color: #144BCD;
}
.TagClassName
{
border-color: #144BCD;
}
</style>