Shades of Cerulean #097DB8
Tints of Cerulean #097DB8
RGB
CMYK
RGB Variations
Color information
#097DB8 (or 0x097DB8) is known color: Cerulean. HEX triplet: 09, 7D and B8. RGB value is (9,125,184). Sum of RGB (Red+Green+Blue) = 9+125+184=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #097DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DB8 is #F68247. Grayscale: #606060. Windows color (decimal): -16155208 or 12090633. OLE color: 12090633.
HSL color Cylindrical-coordinate representation of color #097DB8: hue angle of 200.23º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DB8 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 125 | 184 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.28 |
| HSL | 200.23º | 0.91% | 0.38% | - |
| HSV(B) | 200.23º | 0.95% | 0.72% | - |
| XYZ | 16.1 | 18.19 | 48.01 | - |
| YUV | 97.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 184 | 0.95 | 0.32 | 0 | 0.28 | 200.23 | 0.91 | 0.38 |
| Hex | 9 | 7D | B8 | 5F | 20 | 0 | 1C | C8 | 5B | 26 |
| Octal | 11 | 175 | 270 | 137 | 40 | 0 | 34 | 310 | 133 | 46 |
| Binary | 1001 | 1111101 | 10111000 | 1011111 | 100000 | 0 | 11100 | 11001000 | 1011011 | 100110 |
Color Harmonies of #097DB8
Complementary color
Monochromatic Colors of #097DB8
Black with #097DB8
Text Example
Text Example
White with #097DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DB8; }
p { color: rgb(9,125,184); }
H1.HeaderClassName
{
color: #097DB8;
}
.AnyTagClassName
{
color: #097DB8;
}
</style>
background-color css
<style>
a { background-color: #097DB8; }
a { background-color: rgb(9,125,184); }
div.DivClassName
{
background-color: #097DB8;
}
.BgClassName
{
background-color: #097DB8;
}
</style>
border-color css
<style>
span { border-color: #097DB8; }
span { border-color: rgb(9,125,184); }
td.TdClassName
{
border-color: #097DB8;
}
.TagClassName
{
border-color: #097DB8;
}
</style>