Shades of Cerulean Blue #144CDF
Tints of Cerulean Blue #144CDF
RGB
CMYK
RGB Variations
Color information
#144CDF (or 0x144CDF) is known color: Cerulean Blue. HEX triplet: 14, 4C and DF. RGB value is (20,76,223). Sum of RGB (Red+Green+Blue) = 20+76+223=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #144CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CDF is #EBB320. Grayscale: #4B4B4B. Windows color (decimal): -15446817 or 14634004. OLE color: 14634004.
HSL color Cylindrical-coordinate representation of color #144CDF: hue angle of 223.45º 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 #144CDF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 76 | 223 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.13 |
| HSL | 223.45º | 0.84% | 0.48% | - |
| HSV(B) | 223.45º | 0.91% | 0.87% | - |
| XYZ | 16.19 | 10.65 | 71.01 | - |
| YUV | 76.01 | 210.95 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 223 | 0.91 | 0.66 | 0 | 0.13 | 223.45 | 0.84 | 0.48 |
| Hex | 14 | 4C | DF | 5B | 42 | 0 | D | DF | 54 | 30 |
| Octal | 24 | 114 | 337 | 133 | 102 | 0 | 15 | 337 | 124 | 60 |
| Binary | 10100 | 1001100 | 11011111 | 1011011 | 1000010 | 0 | 1101 | 11011111 | 1010100 | 110000 |
Color Harmonies of #144CDF
Complementary color
Monochromatic Colors of #144CDF
Black with #144CDF
Text Example
Text Example
White with #144CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CDF; }
p { color: rgb(20,76,223); }
H1.HeaderClassName
{
color: #144CDF;
}
.AnyTagClassName
{
color: #144CDF;
}
</style>
background-color css
<style>
a { background-color: #144CDF; }
a { background-color: rgb(20,76,223); }
div.DivClassName
{
background-color: #144CDF;
}
.BgClassName
{
background-color: #144CDF;
}
</style>
border-color css
<style>
span { border-color: #144CDF; }
span { border-color: rgb(20,76,223); }
td.TdClassName
{
border-color: #144CDF;
}
.TagClassName
{
border-color: #144CDF;
}
</style>