Shades of Cerulean #007EBF
Tints of Cerulean #007EBF
RGB
CMYK
RGB Variations
Color information
#007EBF (or 0x007EBF) is known color: Cerulean. HEX triplet: 00, 7E and BF. RGB value is (0,126,191). Sum of RGB (Red+Green+Blue) = 0+126+191=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #007EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EBF is #FF8140. Grayscale: #5F5F5F. Windows color (decimal): -16744769 or 12549632. OLE color: 12549632.
HSL color Cylindrical-coordinate representation of color #007EBF: hue angle of 200.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EBF is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 126 | 191 | - |
| CMYK | 1 | 0.34 | 0 | 0.25 |
| HSL | 200.42º | 1% | 0.37% | - |
| HSV(B) | 200.42º | 1% | 0.75% | - |
| XYZ | 16.86 | 18.68 | 52.01 | - |
| YUV | 95.74 | 181.76 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 191 | 1 | 0.34 | 0 | 0.25 | 200.42 | 1 | 0.37 |
| Hex | 0 | 7E | BF | 64 | 22 | 0 | 19 | C8 | 64 | 25 |
| Octal | 0 | 176 | 277 | 144 | 42 | 0 | 31 | 310 | 144 | 45 |
| Binary | 0 | 1111110 | 10111111 | 1100100 | 100010 | 0 | 11001 | 11001000 | 1100100 | 100101 |
Color Harmonies of #007EBF
Complementary color
Monochromatic Colors of #007EBF
Black with #007EBF
Text Example
Text Example
White with #007EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EBF; }
p { color: rgb(0,126,191); }
H1.HeaderClassName
{
color: #007EBF;
}
.AnyTagClassName
{
color: #007EBF;
}
</style>
background-color css
<style>
a { background-color: #007EBF; }
a { background-color: rgb(0,126,191); }
div.DivClassName
{
background-color: #007EBF;
}
.BgClassName
{
background-color: #007EBF;
}
</style>
border-color css
<style>
span { border-color: #007EBF; }
span { border-color: rgb(0,126,191); }
td.TdClassName
{
border-color: #007EBF;
}
.TagClassName
{
border-color: #007EBF;
}
</style>