Shades of Cerulean #057DB2
Tints of Cerulean #057DB2
RGB
CMYK
RGB Variations
Color information
#057DB2 (or 0x057DB2) is known color: Cerulean. HEX triplet: 05, 7D and B2. RGB value is (5,125,178). Sum of RGB (Red+Green+Blue) = 5+125+178=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #057DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057DB2 is #FA824D. Grayscale: #5E5E5E. Windows color (decimal): -16417358 or 11697413. OLE color: 11697413.
HSL color Cylindrical-coordinate representation of color #057DB2: hue angle of 198.38º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DB2 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 125 | 178 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.30 |
| HSL | 198.38º | 0.95% | 0.36% | - |
| HSV(B) | 198.38º | 0.97% | 0.7% | - |
| XYZ | 15.43 | 17.91 | 44.76 | - |
| YUV | 95.16 | 174.74 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 178 | 0.97 | 0.30 | 0 | 0.30 | 198.38 | 0.95 | 0.36 |
| Hex | 5 | 7D | B2 | 61 | 1E | 0 | 1E | C6 | 5F | 24 |
| Octal | 5 | 175 | 262 | 141 | 36 | 0 | 36 | 306 | 137 | 44 |
| Binary | 101 | 1111101 | 10110010 | 1100001 | 11110 | 0 | 11110 | 11000110 | 1011111 | 100100 |
Color Harmonies of #057DB2
Complementary color
Monochromatic Colors of #057DB2
Black with #057DB2
Text Example
Text Example
White with #057DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DB2; }
p { color: rgb(5,125,178); }
H1.HeaderClassName
{
color: #057DB2;
}
.AnyTagClassName
{
color: #057DB2;
}
</style>
background-color css
<style>
a { background-color: #057DB2; }
a { background-color: rgb(5,125,178); }
div.DivClassName
{
background-color: #057DB2;
}
.BgClassName
{
background-color: #057DB2;
}
</style>
border-color css
<style>
span { border-color: #057DB2; }
span { border-color: rgb(5,125,178); }
td.TdClassName
{
border-color: #057DB2;
}
.TagClassName
{
border-color: #057DB2;
}
</style>