Shades of Cerulean #087FC2
Tints of Cerulean #087FC2
RGB
CMYK
RGB Variations
Color information
#087FC2 (or 0x087FC2) is known color: Cerulean. HEX triplet: 08, 7F and C2. RGB value is (8,127,194). Sum of RGB (Red+Green+Blue) = 8+127+194=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #087FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FC2 is #F7803D. Grayscale: #626262. Windows color (decimal): -16220222 or 12746504. OLE color: 12746504.
HSL color Cylindrical-coordinate representation of color #087FC2: hue angle of 201.61º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FC2 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 127 | 194 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.24 |
| HSL | 201.61º | 0.92% | 0.4% | - |
| HSV(B) | 201.61º | 0.96% | 0.76% | - |
| XYZ | 17.43 | 19.13 | 53.81 | - |
| YUV | 99.06 | 181.58 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 194 | 0.96 | 0.35 | 0 | 0.24 | 201.61 | 0.92 | 0.4 |
| Hex | 8 | 7F | C2 | 60 | 23 | 0 | 18 | CA | 5C | 28 |
| Octal | 10 | 177 | 302 | 140 | 43 | 0 | 30 | 312 | 134 | 50 |
| Binary | 1000 | 1111111 | 11000010 | 1100000 | 100011 | 0 | 11000 | 11001010 | 1011100 | 101000 |
Color Harmonies of #087FC2
Complementary color
Monochromatic Colors of #087FC2
Black with #087FC2
Text Example
Text Example
White with #087FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FC2; }
p { color: rgb(8,127,194); }
H1.HeaderClassName
{
color: #087FC2;
}
.AnyTagClassName
{
color: #087FC2;
}
</style>
background-color css
<style>
a { background-color: #087FC2; }
a { background-color: rgb(8,127,194); }
div.DivClassName
{
background-color: #087FC2;
}
.BgClassName
{
background-color: #087FC2;
}
</style>
border-color css
<style>
span { border-color: #087FC2; }
span { border-color: rgb(8,127,194); }
td.TdClassName
{
border-color: #087FC2;
}
.TagClassName
{
border-color: #087FC2;
}
</style>