Shades of Cerulean Blue #144FDE
Tints of Cerulean Blue #144FDE
RGB
CMYK
RGB Variations
Color information
#144FDE (or 0x144FDE) is known color: Cerulean Blue. HEX triplet: 14, 4F and DE. RGB value is (20,79,222). Sum of RGB (Red+Green+Blue) = 20+79+222=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #144FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FDE is #EBB021. Grayscale: #4D4D4D. Windows color (decimal): -15446050 or 14569236. OLE color: 14569236.
HSL color Cylindrical-coordinate representation of color #144FDE: hue angle of 222.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144FDE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 79 | 222 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 222.48º | 0.83% | 0.47% | - |
| HSV(B) | 222.48º | 0.91% | 0.87% | - |
| XYZ | 16.27 | 11.01 | 70.38 | - |
| YUV | 77.66 | 209.45 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 222 | 0.91 | 0.64 | 0 | 0.13 | 222.48 | 0.83 | 0.47 |
| Hex | 14 | 4F | DE | 5B | 40 | 0 | D | DE | 53 | 2F |
| Octal | 24 | 117 | 336 | 133 | 100 | 0 | 15 | 336 | 123 | 57 |
| Binary | 10100 | 1001111 | 11011110 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010011 | 101111 |
Color Harmonies of #144FDE
Complementary color
Monochromatic Colors of #144FDE
Black with #144FDE
Text Example
Text Example
White with #144FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FDE; }
p { color: rgb(20,79,222); }
H1.HeaderClassName
{
color: #144FDE;
}
.AnyTagClassName
{
color: #144FDE;
}
</style>
background-color css
<style>
a { background-color: #144FDE; }
a { background-color: rgb(20,79,222); }
div.DivClassName
{
background-color: #144FDE;
}
.BgClassName
{
background-color: #144FDE;
}
</style>
border-color css
<style>
span { border-color: #144FDE; }
span { border-color: rgb(20,79,222); }
td.TdClassName
{
border-color: #144FDE;
}
.TagClassName
{
border-color: #144FDE;
}
</style>