Shades of Cerulean #157DBB
Tints of Cerulean #157DBB
RGB
CMYK
RGB Variations
Color information
#157DBB (or 0x157DBB) is known color: Cerulean. HEX triplet: 15, 7D and BB. RGB value is (21,125,187). Sum of RGB (Red+Green+Blue) = 21+125+187=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #157DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DBB is #EA8244. Grayscale: #646464. Windows color (decimal): -15368773 or 12287253. OLE color: 12287253.
HSL color Cylindrical-coordinate representation of color #157DBB: hue angle of 202.41º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157DBB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 125 | 187 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.27 |
| HSL | 202.41º | 0.8% | 0.41% | - |
| HSV(B) | 202.41º | 0.89% | 0.73% | - |
| XYZ | 16.61 | 18.41 | 49.69 | - |
| YUV | 100.97 | 176.54 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 187 | 0.89 | 0.33 | 0 | 0.27 | 202.41 | 0.8 | 0.41 |
| Hex | 15 | 7D | BB | 59 | 21 | 0 | 1B | CA | 50 | 29 |
| Octal | 25 | 175 | 273 | 131 | 41 | 0 | 33 | 312 | 120 | 51 |
| Binary | 10101 | 1111101 | 10111011 | 1011001 | 100001 | 0 | 11011 | 11001010 | 1010000 | 101001 |
Color Harmonies of #157DBB
Complementary color
Monochromatic Colors of #157DBB
Black with #157DBB
Text Example
Text Example
White with #157DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DBB; }
p { color: rgb(21,125,187); }
H1.HeaderClassName
{
color: #157DBB;
}
.AnyTagClassName
{
color: #157DBB;
}
</style>
background-color css
<style>
a { background-color: #157DBB; }
a { background-color: rgb(21,125,187); }
div.DivClassName
{
background-color: #157DBB;
}
.BgClassName
{
background-color: #157DBB;
}
</style>
border-color css
<style>
span { border-color: #157DBB; }
span { border-color: rgb(21,125,187); }
td.TdClassName
{
border-color: #157DBB;
}
.TagClassName
{
border-color: #157DBB;
}
</style>