Shades of Cerulean Blue #144BDF
Tints of Cerulean Blue #144BDF
RGB
CMYK
RGB Variations
Color information
#144BDF (or 0x144BDF) is known color: Cerulean Blue. HEX triplet: 14, 4B and DF. RGB value is (20,75,223). Sum of RGB (Red+Green+Blue) = 20+75+223=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #144BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BDF is #EBB420. Grayscale: #4A4A4A. Windows color (decimal): -15447073 or 14633748. OLE color: 14633748.
HSL color Cylindrical-coordinate representation of color #144BDF: hue angle of 223.74º 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 #144BDF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 75 | 223 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.13 |
| HSL | 223.74º | 0.84% | 0.48% | - |
| HSV(B) | 223.74º | 0.91% | 0.87% | - |
| XYZ | 16.12 | 10.51 | 70.99 | - |
| YUV | 75.43 | 211.28 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 223 | 0.91 | 0.66 | 0 | 0.13 | 223.74 | 0.84 | 0.48 |
| Hex | 14 | 4B | DF | 5B | 42 | 0 | D | E0 | 54 | 30 |
| Octal | 24 | 113 | 337 | 133 | 102 | 0 | 15 | 340 | 124 | 60 |
| Binary | 10100 | 1001011 | 11011111 | 1011011 | 1000010 | 0 | 1101 | 11100000 | 1010100 | 110000 |
Color Harmonies of #144BDF
Complementary color
Monochromatic Colors of #144BDF
Black with #144BDF
Text Example
Text Example
White with #144BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BDF; }
p { color: rgb(20,75,223); }
H1.HeaderClassName
{
color: #144BDF;
}
.AnyTagClassName
{
color: #144BDF;
}
</style>
background-color css
<style>
a { background-color: #144BDF; }
a { background-color: rgb(20,75,223); }
div.DivClassName
{
background-color: #144BDF;
}
.BgClassName
{
background-color: #144BDF;
}
</style>
border-color css
<style>
span { border-color: #144BDF; }
span { border-color: rgb(20,75,223); }
td.TdClassName
{
border-color: #144BDF;
}
.TagClassName
{
border-color: #144BDF;
}
</style>