Shades of Cerulean Blue #144ADF
Tints of Cerulean Blue #144ADF
RGB
CMYK
RGB Variations
Color information
#144ADF (or 0x144ADF) is known color: Cerulean Blue. HEX triplet: 14, 4A and DF. RGB value is (20,74,223). Sum of RGB (Red+Green+Blue) = 20+74+223=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #144ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ADF is #EBB520. Grayscale: #4A4A4A. Windows color (decimal): -15447329 or 14633492. OLE color: 14633492.
HSL color Cylindrical-coordinate representation of color #144ADF: hue angle of 224.04º 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 #144ADF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 74 | 223 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.13 |
| HSL | 224.04º | 0.84% | 0.48% | - |
| HSV(B) | 224.04º | 0.91% | 0.87% | - |
| XYZ | 16.06 | 10.37 | 70.97 | - |
| YUV | 74.84 | 211.61 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 223 | 0.91 | 0.67 | 0 | 0.13 | 224.04 | 0.84 | 0.48 |
| Hex | 14 | 4A | DF | 5B | 43 | 0 | D | E0 | 54 | 30 |
| Octal | 24 | 112 | 337 | 133 | 103 | 0 | 15 | 340 | 124 | 60 |
| Binary | 10100 | 1001010 | 11011111 | 1011011 | 1000011 | 0 | 1101 | 11100000 | 1010100 | 110000 |
Color Harmonies of #144ADF
Complementary color
Monochromatic Colors of #144ADF
Black with #144ADF
Text Example
Text Example
White with #144ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ADF; }
p { color: rgb(20,74,223); }
H1.HeaderClassName
{
color: #144ADF;
}
.AnyTagClassName
{
color: #144ADF;
}
</style>
background-color css
<style>
a { background-color: #144ADF; }
a { background-color: rgb(20,74,223); }
div.DivClassName
{
background-color: #144ADF;
}
.BgClassName
{
background-color: #144ADF;
}
</style>
border-color css
<style>
span { border-color: #144ADF; }
span { border-color: rgb(20,74,223); }
td.TdClassName
{
border-color: #144ADF;
}
.TagClassName
{
border-color: #144ADF;
}
</style>