Shades of Cerulean #087DB3
Tints of Cerulean #087DB3
RGB
CMYK
RGB Variations
Color information
#087DB3 (or 0x087DB3) is known color: Cerulean. HEX triplet: 08, 7D and B3. RGB value is (8,125,179). Sum of RGB (Red+Green+Blue) = 8+125+179=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #087DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DB3 is #F7824C. Grayscale: #5F5F5F. Windows color (decimal): -16220749 or 11762952. OLE color: 11762952.
HSL color Cylindrical-coordinate representation of color #087DB3: hue angle of 198.95º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DB3 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 125 | 179 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.30 |
| HSL | 198.95º | 0.91% | 0.37% | - |
| HSV(B) | 198.95º | 0.96% | 0.7% | - |
| XYZ | 15.57 | 17.97 | 45.3 | - |
| YUV | 96.17 | 174.74 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 179 | 0.96 | 0.30 | 0 | 0.30 | 198.95 | 0.91 | 0.37 |
| Hex | 8 | 7D | B3 | 60 | 1E | 0 | 1E | C7 | 5B | 25 |
| Octal | 10 | 175 | 263 | 140 | 36 | 0 | 36 | 307 | 133 | 45 |
| Binary | 1000 | 1111101 | 10110011 | 1100000 | 11110 | 0 | 11110 | 11000111 | 1011011 | 100101 |
Color Harmonies of #087DB3
Complementary color
Monochromatic Colors of #087DB3
Black with #087DB3
Text Example
Text Example
White with #087DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DB3; }
p { color: rgb(8,125,179); }
H1.HeaderClassName
{
color: #087DB3;
}
.AnyTagClassName
{
color: #087DB3;
}
</style>
background-color css
<style>
a { background-color: #087DB3; }
a { background-color: rgb(8,125,179); }
div.DivClassName
{
background-color: #087DB3;
}
.BgClassName
{
background-color: #087DB3;
}
</style>
border-color css
<style>
span { border-color: #087DB3; }
span { border-color: rgb(8,125,179); }
td.TdClassName
{
border-color: #087DB3;
}
.TagClassName
{
border-color: #087DB3;
}
</style>