Shades of Cerulean #057FC1
Tints of Cerulean #057FC1
RGB
CMYK
RGB Variations
Color information
#057FC1 (or 0x057FC1) is known color: Cerulean. HEX triplet: 05, 7F and C1. RGB value is (5,127,193). Sum of RGB (Red+Green+Blue) = 5+127+193=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #057FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FC1 is #FA803E. Grayscale: #616161. Windows color (decimal): -16416831 or 12680965. OLE color: 12680965.
HSL color Cylindrical-coordinate representation of color #057FC1: hue angle of 201.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057FC1 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 127 | 193 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.24 |
| HSL | 201.06º | 0.95% | 0.39% | - |
| HSV(B) | 201.06º | 0.97% | 0.76% | - |
| XYZ | 17.28 | 19.06 | 53.22 | - |
| YUV | 98.05 | 181.58 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 193 | 0.97 | 0.34 | 0 | 0.24 | 201.06 | 0.95 | 0.39 |
| Hex | 5 | 7F | C1 | 61 | 22 | 0 | 18 | C9 | 5F | 27 |
| Octal | 5 | 177 | 301 | 141 | 42 | 0 | 30 | 311 | 137 | 47 |
| Binary | 101 | 1111111 | 11000001 | 1100001 | 100010 | 0 | 11000 | 11001001 | 1011111 | 100111 |
Color Harmonies of #057FC1
Complementary color
Monochromatic Colors of #057FC1
Black with #057FC1
Text Example
Text Example
White with #057FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FC1; }
p { color: rgb(5,127,193); }
H1.HeaderClassName
{
color: #057FC1;
}
.AnyTagClassName
{
color: #057FC1;
}
</style>
background-color css
<style>
a { background-color: #057FC1; }
a { background-color: rgb(5,127,193); }
div.DivClassName
{
background-color: #057FC1;
}
.BgClassName
{
background-color: #057FC1;
}
</style>
border-color css
<style>
span { border-color: #057FC1; }
span { border-color: rgb(5,127,193); }
td.TdClassName
{
border-color: #057FC1;
}
.TagClassName
{
border-color: #057FC1;
}
</style>