Shades of Cerulean #057DB7
Tints of Cerulean #057DB7
RGB
CMYK
RGB Variations
Color information
#057DB7 (or 0x057DB7) is known color: Cerulean. HEX triplet: 05, 7D and B7. RGB value is (5,125,183). Sum of RGB (Red+Green+Blue) = 5+125+183=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #057DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB7 is #FA8248. Grayscale: #5F5F5F. Windows color (decimal): -16417353 or 12025093. OLE color: 12025093.
HSL color Cylindrical-coordinate representation of color #057DB7: hue angle of 199.55º 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 #057DB7 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 125 | 183 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.28 |
| HSL | 199.55º | 0.95% | 0.37% | - |
| HSV(B) | 199.55º | 0.97% | 0.72% | - |
| XYZ | 15.94 | 18.12 | 47.46 | - |
| YUV | 95.73 | 177.24 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 183 | 0.97 | 0.32 | 0 | 0.28 | 199.55 | 0.95 | 0.37 |
| Hex | 5 | 7D | B7 | 61 | 20 | 0 | 1C | C8 | 5F | 25 |
| Octal | 5 | 175 | 267 | 141 | 40 | 0 | 34 | 310 | 137 | 45 |
| Binary | 101 | 1111101 | 10110111 | 1100001 | 100000 | 0 | 11100 | 11001000 | 1011111 | 100101 |
Color Harmonies of #057DB7
Complementary color
Monochromatic Colors of #057DB7
Black with #057DB7
Text Example
Text Example
White with #057DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DB7; }
p { color: rgb(5,125,183); }
H1.HeaderClassName
{
color: #057DB7;
}
.AnyTagClassName
{
color: #057DB7;
}
</style>
background-color css
<style>
a { background-color: #057DB7; }
a { background-color: rgb(5,125,183); }
div.DivClassName
{
background-color: #057DB7;
}
.BgClassName
{
background-color: #057DB7;
}
</style>
border-color css
<style>
span { border-color: #057DB7; }
span { border-color: rgb(5,125,183); }
td.TdClassName
{
border-color: #057DB7;
}
.TagClassName
{
border-color: #057DB7;
}
</style>