Shades of Cerulean #147DBD
Tints of Cerulean #147DBD
RGB
CMYK
RGB Variations
Color information
#147DBD (or 0x147DBD) is known color: Cerulean. HEX triplet: 14, 7D and BD. RGB value is (20,125,189). Sum of RGB (Red+Green+Blue) = 20+125+189=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #147DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DBD is #EB8242. Grayscale: #646464. Windows color (decimal): -15434307 or 12418324. OLE color: 12418324.
HSL color Cylindrical-coordinate representation of color #147DBD: hue angle of 202.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DBD is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 125 | 189 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.26 |
| HSL | 202.72º | 0.81% | 0.41% | - |
| HSV(B) | 202.72º | 0.89% | 0.74% | - |
| XYZ | 16.81 | 18.49 | 50.83 | - |
| YUV | 100.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 189 | 0.89 | 0.34 | 0 | 0.26 | 202.72 | 0.81 | 0.41 |
| Hex | 14 | 7D | BD | 59 | 22 | 0 | 1A | CB | 51 | 29 |
| Octal | 24 | 175 | 275 | 131 | 42 | 0 | 32 | 313 | 121 | 51 |
| Binary | 10100 | 1111101 | 10111101 | 1011001 | 100010 | 0 | 11010 | 11001011 | 1010001 | 101001 |
Color Harmonies of #147DBD
Complementary color
Monochromatic Colors of #147DBD
Black with #147DBD
Text Example
Text Example
White with #147DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DBD; }
p { color: rgb(20,125,189); }
H1.HeaderClassName
{
color: #147DBD;
}
.AnyTagClassName
{
color: #147DBD;
}
</style>
background-color css
<style>
a { background-color: #147DBD; }
a { background-color: rgb(20,125,189); }
div.DivClassName
{
background-color: #147DBD;
}
.BgClassName
{
background-color: #147DBD;
}
</style>
border-color css
<style>
span { border-color: #147DBD; }
span { border-color: rgb(20,125,189); }
td.TdClassName
{
border-color: #147DBD;
}
.TagClassName
{
border-color: #147DBD;
}
</style>