Shades of Cerulean #157FBC
Tints of Cerulean #157FBC
RGB
CMYK
RGB Variations
Color information
#157FBC (or 0x157FBC) is known color: Cerulean. HEX triplet: 15, 7F and BC. RGB value is (21,127,188). Sum of RGB (Red+Green+Blue) = 21+127+188=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #157FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FBC is #EA8043. Grayscale: #656565. Windows color (decimal): -15368260 or 12353301. OLE color: 12353301.
HSL color Cylindrical-coordinate representation of color #157FBC: hue angle of 201.92º degrees, saturation: 0.8, 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 #157FBC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 127 | 188 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.26 |
| HSL | 201.92º | 0.8% | 0.41% | - |
| HSV(B) | 201.92º | 0.89% | 0.74% | - |
| XYZ | 16.98 | 18.97 | 50.34 | - |
| YUV | 102.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 188 | 0.89 | 0.32 | 0 | 0.26 | 201.92 | 0.8 | 0.41 |
| Hex | 15 | 7F | BC | 59 | 20 | 0 | 1A | CA | 50 | 29 |
| Octal | 25 | 177 | 274 | 131 | 40 | 0 | 32 | 312 | 120 | 51 |
| Binary | 10101 | 1111111 | 10111100 | 1011001 | 100000 | 0 | 11010 | 11001010 | 1010000 | 101001 |
Color Harmonies of #157FBC
Complementary color
Monochromatic Colors of #157FBC
Black with #157FBC
Text Example
Text Example
White with #157FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FBC; }
p { color: rgb(21,127,188); }
H1.HeaderClassName
{
color: #157FBC;
}
.AnyTagClassName
{
color: #157FBC;
}
</style>
background-color css
<style>
a { background-color: #157FBC; }
a { background-color: rgb(21,127,188); }
div.DivClassName
{
background-color: #157FBC;
}
.BgClassName
{
background-color: #157FBC;
}
</style>
border-color css
<style>
span { border-color: #157FBC; }
span { border-color: rgb(21,127,188); }
td.TdClassName
{
border-color: #157FBC;
}
.TagClassName
{
border-color: #157FBC;
}
</style>