Shades of Cerulean #057BBB
Tints of Cerulean #057BBB
RGB
CMYK
RGB Variations
Color information
#057BBB (or 0x057BBB) is known color: Cerulean. HEX triplet: 05, 7B and BB. RGB value is (5,123,187). Sum of RGB (Red+Green+Blue) = 5+123+187=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #057BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BBB is #FA8444. Grayscale: #5E5E5E. Windows color (decimal): -16417861 or 12286725. OLE color: 12286725.
HSL color Cylindrical-coordinate representation of color #057BBB: hue angle of 201.1º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BBB is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 123 | 187 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.27 |
| HSL | 201.1º | 0.95% | 0.38% | - |
| HSV(B) | 201.1º | 0.97% | 0.73% | - |
| XYZ | 16.12 | 17.79 | 49.6 | - |
| YUV | 95.01 | 179.91 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 187 | 0.97 | 0.34 | 0 | 0.27 | 201.1 | 0.95 | 0.38 |
| Hex | 5 | 7B | BB | 61 | 22 | 0 | 1B | C9 | 5F | 26 |
| Octal | 5 | 173 | 273 | 141 | 42 | 0 | 33 | 311 | 137 | 46 |
| Binary | 101 | 1111011 | 10111011 | 1100001 | 100010 | 0 | 11011 | 11001001 | 1011111 | 100110 |
Color Harmonies of #057BBB
Complementary color
Monochromatic Colors of #057BBB
Black with #057BBB
Text Example
Text Example
White with #057BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BBB; }
p { color: rgb(5,123,187); }
H1.HeaderClassName
{
color: #057BBB;
}
.AnyTagClassName
{
color: #057BBB;
}
</style>
background-color css
<style>
a { background-color: #057BBB; }
a { background-color: rgb(5,123,187); }
div.DivClassName
{
background-color: #057BBB;
}
.BgClassName
{
background-color: #057BBB;
}
</style>
border-color css
<style>
span { border-color: #057BBB; }
span { border-color: rgb(5,123,187); }
td.TdClassName
{
border-color: #057BBB;
}
.TagClassName
{
border-color: #057BBB;
}
</style>