Shades of Cerulean #057DB5
Tints of Cerulean #057DB5
RGB
CMYK
RGB Variations
Color information
#057DB5 (or 0x057DB5) is known color: Cerulean. HEX triplet: 05, 7D and B5. RGB value is (5,125,181). Sum of RGB (Red+Green+Blue) = 5+125+181=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #057DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB5 is #FA824A. Grayscale: #5F5F5F. Windows color (decimal): -16417355 or 11894021. OLE color: 11894021.
HSL color Cylindrical-coordinate representation of color #057DB5: hue angle of 199.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DB5 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 125 | 181 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.29 |
| HSL | 199.09º | 0.95% | 0.36% | - |
| HSV(B) | 199.09º | 0.97% | 0.71% | - |
| XYZ | 15.74 | 18.04 | 46.37 | - |
| YUV | 95.5 | 176.24 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 181 | 0.97 | 0.31 | 0 | 0.29 | 199.09 | 0.95 | 0.36 |
| Hex | 5 | 7D | B5 | 61 | 1F | 0 | 1D | C7 | 5F | 24 |
| Octal | 5 | 175 | 265 | 141 | 37 | 0 | 35 | 307 | 137 | 44 |
| Binary | 101 | 1111101 | 10110101 | 1100001 | 11111 | 0 | 11101 | 11000111 | 1011111 | 100100 |
Color Harmonies of #057DB5
Complementary color
Monochromatic Colors of #057DB5
Black with #057DB5
Text Example
Text Example
White with #057DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DB5; }
p { color: rgb(5,125,181); }
H1.HeaderClassName
{
color: #057DB5;
}
.AnyTagClassName
{
color: #057DB5;
}
</style>
background-color css
<style>
a { background-color: #057DB5; }
a { background-color: rgb(5,125,181); }
div.DivClassName
{
background-color: #057DB5;
}
.BgClassName
{
background-color: #057DB5;
}
</style>
border-color css
<style>
span { border-color: #057DB5; }
span { border-color: rgb(5,125,181); }
td.TdClassName
{
border-color: #057DB5;
}
.TagClassName
{
border-color: #057DB5;
}
</style>