Shades of Cerulean #1480BD
Tints of Cerulean #1480BD
RGB
CMYK
RGB Variations
Color information
#1480BD (or 0x1480BD) is known color: Cerulean. HEX triplet: 14, 80 and BD. RGB value is (20,128,189). Sum of RGB (Red+Green+Blue) = 20+128+189=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #1480BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480BD is #EB7F42. Grayscale: #666666. Windows color (decimal): -15433539 or 12419092. OLE color: 12419092.
HSL color Cylindrical-coordinate representation of color #1480BD: hue angle of 201.66º 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 #1480BD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 128 | 189 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.26 |
| HSL | 201.66º | 0.81% | 0.41% | - |
| HSV(B) | 201.66º | 0.89% | 0.74% | - |
| XYZ | 17.19 | 19.26 | 50.96 | - |
| YUV | 102.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 189 | 0.89 | 0.32 | 0 | 0.26 | 201.66 | 0.81 | 0.41 |
| Hex | 14 | 80 | BD | 59 | 20 | 0 | 1A | CA | 51 | 29 |
| Octal | 24 | 200 | 275 | 131 | 40 | 0 | 32 | 312 | 121 | 51 |
| Binary | 10100 | 10000000 | 10111101 | 1011001 | 100000 | 0 | 11010 | 11001010 | 1010001 | 101001 |
Color Harmonies of #1480BD
Complementary color
Monochromatic Colors of #1480BD
Black with #1480BD
Text Example
Text Example
White with #1480BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1480BD; }
p { color: rgb(20,128,189); }
H1.HeaderClassName
{
color: #1480BD;
}
.AnyTagClassName
{
color: #1480BD;
}
</style>
background-color css
<style>
a { background-color: #1480BD; }
a { background-color: rgb(20,128,189); }
div.DivClassName
{
background-color: #1480BD;
}
.BgClassName
{
background-color: #1480BD;
}
</style>
border-color css
<style>
span { border-color: #1480BD; }
span { border-color: rgb(20,128,189); }
td.TdClassName
{
border-color: #1480BD;
}
.TagClassName
{
border-color: #1480BD;
}
</style>