Shades of Cerulean Blue #144BE9
Tints of Cerulean Blue #144BE9
RGB
CMYK
RGB Variations
Color information
#144BE9 (or 0x144BE9) is known color: Cerulean Blue. HEX triplet: 14, 4B and E9. RGB value is (20,75,233). Sum of RGB (Red+Green+Blue) = 20+75+233=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #144BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BE9 is #EBB416. Grayscale: #4B4B4B. Windows color (decimal): -15447063 or 15289108. OLE color: 15289108.
HSL color Cylindrical-coordinate representation of color #144BE9: hue angle of 224.51º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144BE9 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 75 | 233 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.09 |
| HSL | 224.51º | 0.84% | 0.5% | - |
| HSV(B) | 224.51º | 0.91% | 0.91% | - |
| XYZ | 17.51 | 11.06 | 78.3 | - |
| YUV | 76.57 | 216.28 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 233 | 0.91 | 0.68 | 0 | 0.09 | 224.51 | 0.84 | 0.5 |
| Hex | 14 | 4B | E9 | 5B | 44 | 0 | 9 | E1 | 54 | 32 |
| Octal | 24 | 113 | 351 | 133 | 104 | 0 | 11 | 341 | 124 | 62 |
| Binary | 10100 | 1001011 | 11101001 | 1011011 | 1000100 | 0 | 1001 | 11100001 | 1010100 | 110010 |
Color Harmonies of #144BE9
Complementary color
Monochromatic Colors of #144BE9
Black with #144BE9
Text Example
Text Example
White with #144BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BE9; }
p { color: rgb(20,75,233); }
H1.HeaderClassName
{
color: #144BE9;
}
.AnyTagClassName
{
color: #144BE9;
}
</style>
background-color css
<style>
a { background-color: #144BE9; }
a { background-color: rgb(20,75,233); }
div.DivClassName
{
background-color: #144BE9;
}
.BgClassName
{
background-color: #144BE9;
}
</style>
border-color css
<style>
span { border-color: #144BE9; }
span { border-color: rgb(20,75,233); }
td.TdClassName
{
border-color: #144BE9;
}
.TagClassName
{
border-color: #144BE9;
}
</style>