Shades of Cerulean Blue #144BE8
Tints of Cerulean Blue #144BE8
RGB
CMYK
RGB Variations
Color information
#144BE8 (or 0x144BE8) is known color: Cerulean Blue. HEX triplet: 14, 4B and E8. RGB value is (20,75,232). Sum of RGB (Red+Green+Blue) = 20+75+232=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 232 (91.02% from 255 or 70.95% from 327); Max value from RGB is 232 - color contains mainly: blue. Hex color #144BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BE8 is #EBB417. Grayscale: #4B4B4B. Windows color (decimal): -15447064 or 15223572. OLE color: 15223572.
HSL color Cylindrical-coordinate representation of color #144BE8: hue angle of 224.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144BE8 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 75 | 232 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.09 |
| HSL | 224.43º | 0.84% | 0.49% | - |
| HSV(B) | 224.43º | 0.91% | 0.91% | - |
| XYZ | 17.37 | 11.01 | 77.55 | - |
| YUV | 76.45 | 215.78 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 232 | 0.91 | 0.68 | 0 | 0.09 | 224.43 | 0.84 | 0.49 |
| Hex | 14 | 4B | E8 | 5B | 44 | 0 | 9 | E0 | 54 | 31 |
| Octal | 24 | 113 | 350 | 133 | 104 | 0 | 11 | 340 | 124 | 61 |
| Binary | 10100 | 1001011 | 11101000 | 1011011 | 1000100 | 0 | 1001 | 11100000 | 1010100 | 110001 |
Color Harmonies of #144BE8
Complementary color
Monochromatic Colors of #144BE8
Black with #144BE8
Text Example
Text Example
White with #144BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BE8; }
p { color: rgb(20,75,232); }
H1.HeaderClassName
{
color: #144BE8;
}
.AnyTagClassName
{
color: #144BE8;
}
</style>
background-color css
<style>
a { background-color: #144BE8; }
a { background-color: rgb(20,75,232); }
div.DivClassName
{
background-color: #144BE8;
}
.BgClassName
{
background-color: #144BE8;
}
</style>
border-color css
<style>
span { border-color: #144BE8; }
span { border-color: rgb(20,75,232); }
td.TdClassName
{
border-color: #144BE8;
}
.TagClassName
{
border-color: #144BE8;
}
</style>