Shades of Cerulean Blue #144DDF
Tints of Cerulean Blue #144DDF
RGB
CMYK
RGB Variations
Color information
#144DDF (or 0x144DDF) is known color: Cerulean Blue. HEX triplet: 14, 4D and DF. RGB value is (20,77,223). Sum of RGB (Red+Green+Blue) = 20+77+223=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #144DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DDF is #EBB220. Grayscale: #4B4B4B. Windows color (decimal): -15446561 or 14634260. OLE color: 14634260.
HSL color Cylindrical-coordinate representation of color #144DDF: hue angle of 223.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144DDF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 77 | 223 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.13 |
| HSL | 223.15º | 0.84% | 0.48% | - |
| HSV(B) | 223.15º | 0.91% | 0.87% | - |
| XYZ | 16.26 | 10.78 | 71.04 | - |
| YUV | 76.6 | 210.62 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 223 | 0.91 | 0.65 | 0 | 0.13 | 223.15 | 0.84 | 0.48 |
| Hex | 14 | 4D | DF | 5B | 41 | 0 | D | DF | 54 | 30 |
| Octal | 24 | 115 | 337 | 133 | 101 | 0 | 15 | 337 | 124 | 60 |
| Binary | 10100 | 1001101 | 11011111 | 1011011 | 1000001 | 0 | 1101 | 11011111 | 1010100 | 110000 |
Color Harmonies of #144DDF
Complementary color
Monochromatic Colors of #144DDF
Black with #144DDF
Text Example
Text Example
White with #144DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DDF; }
p { color: rgb(20,77,223); }
H1.HeaderClassName
{
color: #144DDF;
}
.AnyTagClassName
{
color: #144DDF;
}
</style>
background-color css
<style>
a { background-color: #144DDF; }
a { background-color: rgb(20,77,223); }
div.DivClassName
{
background-color: #144DDF;
}
.BgClassName
{
background-color: #144DDF;
}
</style>
border-color css
<style>
span { border-color: #144DDF; }
span { border-color: rgb(20,77,223); }
td.TdClassName
{
border-color: #144DDF;
}
.TagClassName
{
border-color: #144DDF;
}
</style>