Shades of Cerulean #007BBF
Tints of Cerulean #007BBF
RGB
CMYK
RGB Variations
Color information
#007BBF (or 0x007BBF) is known color: Cerulean. HEX triplet: 00, 7B and BF. RGB value is (0,123,191). Sum of RGB (Red+Green+Blue) = 0+123+191=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #007BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BBF is #FF8440. Grayscale: #5D5D5D. Windows color (decimal): -16745537 or 12548864. OLE color: 12548864.
HSL color Cylindrical-coordinate representation of color #007BBF: hue angle of 201.36º 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 #007BBF is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 123 | 191 | - |
| CMYK | 1 | 0.36 | 0 | 0.25 |
| HSL | 201.36º | 1% | 0.37% | - |
| HSV(B) | 201.36º | 1% | 0.75% | - |
| XYZ | 16.49 | 17.93 | 51.88 | - |
| YUV | 93.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 191 | 1 | 0.36 | 0 | 0.25 | 201.36 | 1 | 0.37 |
| Hex | 0 | 7B | BF | 64 | 24 | 0 | 19 | C9 | 64 | 25 |
| Octal | 0 | 173 | 277 | 144 | 44 | 0 | 31 | 311 | 144 | 45 |
| Binary | 0 | 1111011 | 10111111 | 1100100 | 100100 | 0 | 11001 | 11001001 | 1100100 | 100101 |
Color Harmonies of #007BBF
Complementary color
Monochromatic Colors of #007BBF
Black with #007BBF
Text Example
Text Example
White with #007BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BBF; }
p { color: rgb(0,123,191); }
H1.HeaderClassName
{
color: #007BBF;
}
.AnyTagClassName
{
color: #007BBF;
}
</style>
background-color css
<style>
a { background-color: #007BBF; }
a { background-color: rgb(0,123,191); }
div.DivClassName
{
background-color: #007BBF;
}
.BgClassName
{
background-color: #007BBF;
}
</style>
border-color css
<style>
span { border-color: #007BBF; }
span { border-color: rgb(0,123,191); }
td.TdClassName
{
border-color: #007BBF;
}
.TagClassName
{
border-color: #007BBF;
}
</style>