Shades of Cerulean Blue #144AD7
Tints of Cerulean Blue #144AD7
RGB
CMYK
RGB Variations
Color information
#144AD7 (or 0x144AD7) is known color: Cerulean Blue. HEX triplet: 14, 4A and D7. RGB value is (20,74,215). Sum of RGB (Red+Green+Blue) = 20+74+215=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #144AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AD7 is #EBB528. Grayscale: #494949. Windows color (decimal): -15447337 or 14109204. OLE color: 14109204.
HSL color Cylindrical-coordinate representation of color #144AD7: hue angle of 223.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144AD7 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 74 | 215 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.16 |
| HSL | 223.38º | 0.83% | 0.46% | - |
| HSV(B) | 223.38º | 0.91% | 0.84% | - |
| XYZ | 15 | 9.95 | 65.42 | - |
| YUV | 73.93 | 207.61 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 215 | 0.91 | 0.66 | 0 | 0.16 | 223.38 | 0.83 | 0.46 |
| Hex | 14 | 4A | D7 | 5B | 42 | 0 | 10 | DF | 53 | 2E |
| Octal | 24 | 112 | 327 | 133 | 102 | 0 | 20 | 337 | 123 | 56 |
| Binary | 10100 | 1001010 | 11010111 | 1011011 | 1000010 | 0 | 10000 | 11011111 | 1010011 | 101110 |
Color Harmonies of #144AD7
Complementary color
Monochromatic Colors of #144AD7
Black with #144AD7
Text Example
Text Example
White with #144AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AD7; }
p { color: rgb(20,74,215); }
H1.HeaderClassName
{
color: #144AD7;
}
.AnyTagClassName
{
color: #144AD7;
}
</style>
background-color css
<style>
a { background-color: #144AD7; }
a { background-color: rgb(20,74,215); }
div.DivClassName
{
background-color: #144AD7;
}
.BgClassName
{
background-color: #144AD7;
}
</style>
border-color css
<style>
span { border-color: #144AD7; }
span { border-color: rgb(20,74,215); }
td.TdClassName
{
border-color: #144AD7;
}
.TagClassName
{
border-color: #144AD7;
}
</style>