Shades of Cerulean #057DB1
Tints of Cerulean #057DB1
RGB
CMYK
RGB Variations
Color information
#057DB1 (or 0x057DB1) is known color: Cerulean. HEX triplet: 05, 7D and B1. RGB value is (5,125,177). Sum of RGB (Red+Green+Blue) = 5+125+177=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #057DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057DB1 is #FA824E. Grayscale: #5E5E5E. Windows color (decimal): -16417359 or 11631877. OLE color: 11631877.
HSL color Cylindrical-coordinate representation of color #057DB1: hue angle of 198.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DB1 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 125 | 177 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.31 |
| HSL | 198.14º | 0.95% | 0.36% | - |
| HSV(B) | 198.14º | 0.97% | 0.69% | - |
| XYZ | 15.33 | 17.87 | 44.24 | - |
| YUV | 95.05 | 174.24 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 177 | 0.97 | 0.29 | 0 | 0.31 | 198.14 | 0.95 | 0.36 |
| Hex | 5 | 7D | B1 | 61 | 1D | 0 | 1F | C6 | 5F | 24 |
| Octal | 5 | 175 | 261 | 141 | 35 | 0 | 37 | 306 | 137 | 44 |
| Binary | 101 | 1111101 | 10110001 | 1100001 | 11101 | 0 | 11111 | 11000110 | 1011111 | 100100 |
Color Harmonies of #057DB1
Complementary color
Monochromatic Colors of #057DB1
Black with #057DB1
Text Example
Text Example
White with #057DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DB1; }
p { color: rgb(5,125,177); }
H1.HeaderClassName
{
color: #057DB1;
}
.AnyTagClassName
{
color: #057DB1;
}
</style>
background-color css
<style>
a { background-color: #057DB1; }
a { background-color: rgb(5,125,177); }
div.DivClassName
{
background-color: #057DB1;
}
.BgClassName
{
background-color: #057DB1;
}
</style>
border-color css
<style>
span { border-color: #057DB1; }
span { border-color: rgb(5,125,177); }
td.TdClassName
{
border-color: #057DB1;
}
.TagClassName
{
border-color: #057DB1;
}
</style>