Shades of Cerulean #057DBA
Tints of Cerulean #057DBA
RGB
CMYK
RGB Variations
Color information
#057DBA (or 0x057DBA) is known color: Cerulean. HEX triplet: 05, 7D and BA. RGB value is (5,125,186). Sum of RGB (Red+Green+Blue) = 5+125+186=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #057DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DBA is #FA8245. Grayscale: #5F5F5F. Windows color (decimal): -16417350 or 12221701. OLE color: 12221701.
HSL color Cylindrical-coordinate representation of color #057DBA: hue angle of 200.22º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DBA is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 125 | 186 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.27 |
| HSL | 200.22º | 0.95% | 0.37% | - |
| HSV(B) | 200.22º | 0.97% | 0.73% | - |
| XYZ | 16.26 | 18.24 | 49.12 | - |
| YUV | 96.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 186 | 0.97 | 0.33 | 0 | 0.27 | 200.22 | 0.95 | 0.37 |
| Hex | 5 | 7D | BA | 61 | 21 | 0 | 1B | C8 | 5F | 25 |
| Octal | 5 | 175 | 272 | 141 | 41 | 0 | 33 | 310 | 137 | 45 |
| Binary | 101 | 1111101 | 10111010 | 1100001 | 100001 | 0 | 11011 | 11001000 | 1011111 | 100101 |
Color Harmonies of #057DBA
Complementary color
Monochromatic Colors of #057DBA
Black with #057DBA
Text Example
Text Example
White with #057DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DBA; }
p { color: rgb(5,125,186); }
H1.HeaderClassName
{
color: #057DBA;
}
.AnyTagClassName
{
color: #057DBA;
}
</style>
background-color css
<style>
a { background-color: #057DBA; }
a { background-color: rgb(5,125,186); }
div.DivClassName
{
background-color: #057DBA;
}
.BgClassName
{
background-color: #057DBA;
}
</style>
border-color css
<style>
span { border-color: #057DBA; }
span { border-color: rgb(5,125,186); }
td.TdClassName
{
border-color: #057DBA;
}
.TagClassName
{
border-color: #057DBA;
}
</style>