Shades of Cerulean Blue #144AEA
Tints of Cerulean Blue #144AEA
RGB
CMYK
RGB Variations
Color information
#144AEA (or 0x144AEA) is known color: Cerulean Blue. HEX triplet: 14, 4A and EA. RGB value is (20,74,234). Sum of RGB (Red+Green+Blue) = 20+74+234=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #144AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AEA is #EBB515. Grayscale: #4B4B4B. Windows color (decimal): -15447318 or 15354388. OLE color: 15354388.
HSL color Cylindrical-coordinate representation of color #144AEA: hue angle of 224.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144AEA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 74 | 234 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.08 |
| HSL | 224.86º | 0.84% | 0.5% | - |
| HSV(B) | 224.86º | 0.91% | 0.92% | - |
| XYZ | 17.59 | 10.99 | 79.04 | - |
| YUV | 76.09 | 217.11 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 234 | 0.91 | 0.68 | 0 | 0.08 | 224.86 | 0.84 | 0.5 |
| Hex | 14 | 4A | EA | 5B | 44 | 0 | 8 | E1 | 54 | 32 |
| Octal | 24 | 112 | 352 | 133 | 104 | 0 | 10 | 341 | 124 | 62 |
| Binary | 10100 | 1001010 | 11101010 | 1011011 | 1000100 | 0 | 1000 | 11100001 | 1010100 | 110010 |
Color Harmonies of #144AEA
Complementary color
Monochromatic Colors of #144AEA
Black with #144AEA
Text Example
Text Example
White with #144AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AEA; }
p { color: rgb(20,74,234); }
H1.HeaderClassName
{
color: #144AEA;
}
.AnyTagClassName
{
color: #144AEA;
}
</style>
background-color css
<style>
a { background-color: #144AEA; }
a { background-color: rgb(20,74,234); }
div.DivClassName
{
background-color: #144AEA;
}
.BgClassName
{
background-color: #144AEA;
}
</style>
border-color css
<style>
span { border-color: #144AEA; }
span { border-color: rgb(20,74,234); }
td.TdClassName
{
border-color: #144AEA;
}
.TagClassName
{
border-color: #144AEA;
}
</style>