Shades of Cerulean Blue #144CCC
Tints of Cerulean Blue #144CCC
RGB
CMYK
RGB Variations
Color information
#144CCC (or 0x144CCC) is known color: Cerulean Blue. HEX triplet: 14, 4C and CC. RGB value is (20,76,204). Sum of RGB (Red+Green+Blue) = 20+76+204=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #144CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CCC is #EBB333. Grayscale: #494949. Windows color (decimal): -15446836 or 13388820. OLE color: 13388820.
HSL color Cylindrical-coordinate representation of color #144CCC: hue angle of 221.74º 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 #144CCC is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 76 | 204 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.2 |
| HSL | 221.74º | 0.82% | 0.44% | - |
| HSV(B) | 221.74º | 0.9% | 0.8% | - |
| XYZ | 13.77 | 9.68 | 58.27 | - |
| YUV | 73.85 | 201.45 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 204 | 0.90 | 0.63 | 0 | 0.2 | 221.74 | 0.82 | 0.44 |
| Hex | 14 | 4C | CC | 5A | 3F | 0 | 14 | DE | 52 | 2C |
| Octal | 24 | 114 | 314 | 132 | 77 | 0 | 24 | 336 | 122 | 54 |
| Binary | 10100 | 1001100 | 11001100 | 1011010 | 111111 | 0 | 10100 | 11011110 | 1010010 | 101100 |
Color Harmonies of #144CCC
Complementary color
Monochromatic Colors of #144CCC
Black with #144CCC
Text Example
Text Example
White with #144CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CCC; }
p { color: rgb(20,76,204); }
H1.HeaderClassName
{
color: #144CCC;
}
.AnyTagClassName
{
color: #144CCC;
}
</style>
background-color css
<style>
a { background-color: #144CCC; }
a { background-color: rgb(20,76,204); }
div.DivClassName
{
background-color: #144CCC;
}
.BgClassName
{
background-color: #144CCC;
}
</style>
border-color css
<style>
span { border-color: #144CCC; }
span { border-color: rgb(20,76,204); }
td.TdClassName
{
border-color: #144CCC;
}
.TagClassName
{
border-color: #144CCC;
}
</style>