Shades of Cerulean Blue #144BE4
Tints of Cerulean Blue #144BE4
RGB
CMYK
RGB Variations
Color information
#144BE4 (or 0x144BE4) is known color: Cerulean Blue. HEX triplet: 14, 4B and E4. RGB value is (20,75,228). Sum of RGB (Red+Green+Blue) = 20+75+228=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 228 (89.45% from 255 or 70.59% from 323); Max value from RGB is 228 - color contains mainly: blue. Hex color #144BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BE4 is #EBB41B. Grayscale: #4B4B4B. Windows color (decimal): -15447068 or 14961428. OLE color: 14961428.
HSL color Cylindrical-coordinate representation of color #144BE4: hue angle of 224.13º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144BE4 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 75 | 228 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.11 |
| HSL | 224.13º | 0.84% | 0.49% | - |
| HSV(B) | 224.13º | 0.91% | 0.89% | - |
| XYZ | 16.81 | 10.78 | 74.59 | - |
| YUV | 76 | 213.78 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 228 | 0.91 | 0.67 | 0 | 0.11 | 224.13 | 0.84 | 0.49 |
| Hex | 14 | 4B | E4 | 5B | 43 | 0 | B | E0 | 54 | 31 |
| Octal | 24 | 113 | 344 | 133 | 103 | 0 | 13 | 340 | 124 | 61 |
| Binary | 10100 | 1001011 | 11100100 | 1011011 | 1000011 | 0 | 1011 | 11100000 | 1010100 | 110001 |
Color Harmonies of #144BE4
Complementary color
Monochromatic Colors of #144BE4
Black with #144BE4
Text Example
Text Example
White with #144BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BE4; }
p { color: rgb(20,75,228); }
H1.HeaderClassName
{
color: #144BE4;
}
.AnyTagClassName
{
color: #144BE4;
}
</style>
background-color css
<style>
a { background-color: #144BE4; }
a { background-color: rgb(20,75,228); }
div.DivClassName
{
background-color: #144BE4;
}
.BgClassName
{
background-color: #144BE4;
}
</style>
border-color css
<style>
span { border-color: #144BE4; }
span { border-color: rgb(20,75,228); }
td.TdClassName
{
border-color: #144BE4;
}
.TagClassName
{
border-color: #144BE4;
}
</style>