Shades of Cerulean #057CB8
Tints of Cerulean #057CB8
RGB
CMYK
RGB Variations
Color information
#057CB8 (or 0x057CB8) is known color: Cerulean. HEX triplet: 05, 7C and B8. RGB value is (5,124,184). Sum of RGB (Red+Green+Blue) = 5+124+184=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #057CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CB8 is #FA8347. Grayscale: #5E5E5E. Windows color (decimal): -16417608 or 12090373. OLE color: 12090373.
HSL color Cylindrical-coordinate representation of color #057CB8: hue angle of 200.11º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CB8 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 124 | 184 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.28 |
| HSL | 200.11º | 0.95% | 0.37% | - |
| HSV(B) | 200.11º | 0.97% | 0.72% | - |
| XYZ | 15.92 | 17.91 | 47.96 | - |
| YUV | 95.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 184 | 0.97 | 0.33 | 0 | 0.28 | 200.11 | 0.95 | 0.37 |
| Hex | 5 | 7C | B8 | 61 | 21 | 0 | 1C | C8 | 5F | 25 |
| Octal | 5 | 174 | 270 | 141 | 41 | 0 | 34 | 310 | 137 | 45 |
| Binary | 101 | 1111100 | 10111000 | 1100001 | 100001 | 0 | 11100 | 11001000 | 1011111 | 100101 |
Color Harmonies of #057CB8
Complementary color
Monochromatic Colors of #057CB8
Black with #057CB8
Text Example
Text Example
White with #057CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CB8; }
p { color: rgb(5,124,184); }
H1.HeaderClassName
{
color: #057CB8;
}
.AnyTagClassName
{
color: #057CB8;
}
</style>
background-color css
<style>
a { background-color: #057CB8; }
a { background-color: rgb(5,124,184); }
div.DivClassName
{
background-color: #057CB8;
}
.BgClassName
{
background-color: #057CB8;
}
</style>
border-color css
<style>
span { border-color: #057CB8; }
span { border-color: rgb(5,124,184); }
td.TdClassName
{
border-color: #057CB8;
}
.TagClassName
{
border-color: #057CB8;
}
</style>