Shades of Cerulean #007FBC
Tints of Cerulean #007FBC
RGB
CMYK
RGB Variations
Color information
#007FBC (or 0x007FBC) is known color: Cerulean. HEX triplet: 00, 7F and BC. RGB value is (0,127,188). Sum of RGB (Red+Green+Blue) = 0+127+188=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #007FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FBC is #FF8043. Grayscale: #5F5F5F. Windows color (decimal): -16744516 or 12353280. OLE color: 12353280.
HSL color Cylindrical-coordinate representation of color #007FBC: hue angle of 199.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FBC is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 127 | 188 | - |
| CMYK | 1 | 0.32 | 0 | 0.26 |
| HSL | 199.47º | 1% | 0.37% | - |
| HSV(B) | 199.47º | 1% | 0.74% | - |
| XYZ | 16.67 | 18.81 | 50.33 | - |
| YUV | 95.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 188 | 1 | 0.32 | 0 | 0.26 | 199.47 | 1 | 0.37 |
| Hex | 0 | 7F | BC | 64 | 20 | 0 | 1A | C7 | 64 | 25 |
| Octal | 0 | 177 | 274 | 144 | 40 | 0 | 32 | 307 | 144 | 45 |
| Binary | 0 | 1111111 | 10111100 | 1100100 | 100000 | 0 | 11010 | 11000111 | 1100100 | 100101 |
Color Harmonies of #007FBC
Complementary color
Monochromatic Colors of #007FBC
Black with #007FBC
Text Example
Text Example
White with #007FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FBC; }
p { color: rgb(0,127,188); }
H1.HeaderClassName
{
color: #007FBC;
}
.AnyTagClassName
{
color: #007FBC;
}
</style>
background-color css
<style>
a { background-color: #007FBC; }
a { background-color: rgb(0,127,188); }
div.DivClassName
{
background-color: #007FBC;
}
.BgClassName
{
background-color: #007FBC;
}
</style>
border-color css
<style>
span { border-color: #007FBC; }
span { border-color: rgb(0,127,188); }
td.TdClassName
{
border-color: #007FBC;
}
.TagClassName
{
border-color: #007FBC;
}
</style>