Shades of Cerulean #157DB2
Tints of Cerulean #157DB2
RGB
CMYK
RGB Variations
Color information
#157DB2 (or 0x157DB2) is known color: Cerulean. HEX triplet: 15, 7D and B2. RGB value is (21,125,178). Sum of RGB (Red+Green+Blue) = 21+125+178=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #157DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DB2 is #EA824D. Grayscale: #636363. Windows color (decimal): -15368782 or 11697429. OLE color: 11697429.
HSL color Cylindrical-coordinate representation of color #157DB2: hue angle of 200.25º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DB2 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 125 | 178 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.30 |
| HSL | 200.25º | 0.79% | 0.39% | - |
| HSV(B) | 200.25º | 0.88% | 0.7% | - |
| XYZ | 15.68 | 18.04 | 44.78 | - |
| YUV | 99.95 | 172.04 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 178 | 0.88 | 0.30 | 0 | 0.30 | 200.25 | 0.79 | 0.39 |
| Hex | 15 | 7D | B2 | 58 | 1E | 0 | 1E | C8 | 4F | 27 |
| Octal | 25 | 175 | 262 | 130 | 36 | 0 | 36 | 310 | 117 | 47 |
| Binary | 10101 | 1111101 | 10110010 | 1011000 | 11110 | 0 | 11110 | 11001000 | 1001111 | 100111 |
Color Harmonies of #157DB2
Complementary color
Monochromatic Colors of #157DB2
Black with #157DB2
Text Example
Text Example
White with #157DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DB2; }
p { color: rgb(21,125,178); }
H1.HeaderClassName
{
color: #157DB2;
}
.AnyTagClassName
{
color: #157DB2;
}
</style>
background-color css
<style>
a { background-color: #157DB2; }
a { background-color: rgb(21,125,178); }
div.DivClassName
{
background-color: #157DB2;
}
.BgClassName
{
background-color: #157DB2;
}
</style>
border-color css
<style>
span { border-color: #157DB2; }
span { border-color: rgb(21,125,178); }
td.TdClassName
{
border-color: #157DB2;
}
.TagClassName
{
border-color: #157DB2;
}
</style>