Shades of Cerulean Blue #144FDD
Tints of Cerulean Blue #144FDD
RGB
CMYK
RGB Variations
Color information
#144FDD (or 0x144FDD) is known color: Cerulean Blue. HEX triplet: 14, 4F and DD. RGB value is (20,79,221). Sum of RGB (Red+Green+Blue) = 20+79+221=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #144FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FDD is #EBB022. Grayscale: #4C4C4C. Windows color (decimal): -15446051 or 14503700. OLE color: 14503700.
HSL color Cylindrical-coordinate representation of color #144FDD: hue angle of 222.39º 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 #144FDD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 79 | 221 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 222.39º | 0.83% | 0.47% | - |
| HSV(B) | 222.39º | 0.91% | 0.87% | - |
| XYZ | 16.14 | 10.96 | 69.67 | - |
| YUV | 77.55 | 208.95 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 221 | 0.91 | 0.64 | 0 | 0.13 | 222.39 | 0.83 | 0.47 |
| Hex | 14 | 4F | DD | 5B | 40 | 0 | D | DE | 53 | 2F |
| Octal | 24 | 117 | 335 | 133 | 100 | 0 | 15 | 336 | 123 | 57 |
| Binary | 10100 | 1001111 | 11011101 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010011 | 101111 |
Color Harmonies of #144FDD
Complementary color
Monochromatic Colors of #144FDD
Black with #144FDD
Text Example
Text Example
White with #144FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FDD; }
p { color: rgb(20,79,221); }
H1.HeaderClassName
{
color: #144FDD;
}
.AnyTagClassName
{
color: #144FDD;
}
</style>
background-color css
<style>
a { background-color: #144FDD; }
a { background-color: rgb(20,79,221); }
div.DivClassName
{
background-color: #144FDD;
}
.BgClassName
{
background-color: #144FDD;
}
</style>
border-color css
<style>
span { border-color: #144FDD; }
span { border-color: rgb(20,79,221); }
td.TdClassName
{
border-color: #144FDD;
}
.TagClassName
{
border-color: #144FDD;
}
</style>