Shades of Cerulean Blue #144CE6
Tints of Cerulean Blue #144CE6
RGB
CMYK
RGB Variations
Color information
#144CE6 (or 0x144CE6) is known color: Cerulean Blue. HEX triplet: 14, 4C and E6. RGB value is (20,76,230). Sum of RGB (Red+Green+Blue) = 20+76+230=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #144CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CE6 is #EBB319. Grayscale: #4C4C4C. Windows color (decimal): -15446810 or 15092756. OLE color: 15092756.
HSL color Cylindrical-coordinate representation of color #144CE6: hue angle of 224º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144CE6 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 76 | 230 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.10 |
| HSL | 224º | 0.84% | 0.49% | - |
| HSV(B) | 224º | 0.91% | 0.9% | - |
| XYZ | 17.16 | 11.03 | 76.09 | - |
| YUV | 76.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 230 | 0.91 | 0.67 | 0 | 0.10 | 224 | 0.84 | 0.49 |
| Hex | 14 | 4C | E6 | 5B | 43 | 0 | A | E0 | 54 | 31 |
| Octal | 24 | 114 | 346 | 133 | 103 | 0 | 12 | 340 | 124 | 61 |
| Binary | 10100 | 1001100 | 11100110 | 1011011 | 1000011 | 0 | 1010 | 11100000 | 1010100 | 110001 |
Color Harmonies of #144CE6
Complementary color
Monochromatic Colors of #144CE6
Black with #144CE6
Text Example
Text Example
White with #144CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CE6; }
p { color: rgb(20,76,230); }
H1.HeaderClassName
{
color: #144CE6;
}
.AnyTagClassName
{
color: #144CE6;
}
</style>
background-color css
<style>
a { background-color: #144CE6; }
a { background-color: rgb(20,76,230); }
div.DivClassName
{
background-color: #144CE6;
}
.BgClassName
{
background-color: #144CE6;
}
</style>
border-color css
<style>
span { border-color: #144CE6; }
span { border-color: rgb(20,76,230); }
td.TdClassName
{
border-color: #144CE6;
}
.TagClassName
{
border-color: #144CE6;
}
</style>