Shades of Cerulean #057DB3
Tints of Cerulean #057DB3
RGB
CMYK
RGB Variations
Color information
#057DB3 (or 0x057DB3) is known color: Cerulean. HEX triplet: 05, 7D and B3. RGB value is (5,125,179). Sum of RGB (Red+Green+Blue) = 5+125+179=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #057DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB3 is #FA824C. Grayscale: #5E5E5E. Windows color (decimal): -16417357 or 11762949. OLE color: 11762949.
HSL color Cylindrical-coordinate representation of color #057DB3: hue angle of 198.62º 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 #057DB3 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 125 | 179 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.30 |
| HSL | 198.62º | 0.95% | 0.36% | - |
| HSV(B) | 198.62º | 0.97% | 0.7% | - |
| XYZ | 15.53 | 17.95 | 45.29 | - |
| YUV | 95.28 | 175.24 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 179 | 0.97 | 0.30 | 0 | 0.30 | 198.62 | 0.95 | 0.36 |
| Hex | 5 | 7D | B3 | 61 | 1E | 0 | 1E | C7 | 5F | 24 |
| Octal | 5 | 175 | 263 | 141 | 36 | 0 | 36 | 307 | 137 | 44 |
| Binary | 101 | 1111101 | 10110011 | 1100001 | 11110 | 0 | 11110 | 11000111 | 1011111 | 100100 |
Color Harmonies of #057DB3
Complementary color
Monochromatic Colors of #057DB3
Black with #057DB3
Text Example
Text Example
White with #057DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DB3; }
p { color: rgb(5,125,179); }
H1.HeaderClassName
{
color: #057DB3;
}
.AnyTagClassName
{
color: #057DB3;
}
</style>
background-color css
<style>
a { background-color: #057DB3; }
a { background-color: rgb(5,125,179); }
div.DivClassName
{
background-color: #057DB3;
}
.BgClassName
{
background-color: #057DB3;
}
</style>
border-color css
<style>
span { border-color: #057DB3; }
span { border-color: rgb(5,125,179); }
td.TdClassName
{
border-color: #057DB3;
}
.TagClassName
{
border-color: #057DB3;
}
</style>