Shades of Cerulean #097FC2
Tints of Cerulean #097FC2
RGB
CMYK
RGB Variations
Color information
#097FC2 (or 0x097FC2) is known color: Cerulean. HEX triplet: 09, 7F and C2. RGB value is (9,127,194). Sum of RGB (Red+Green+Blue) = 9+127+194=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 194 (76.17% from 255 or 58.79% from 330); Max value from RGB is 194 - color contains mainly: blue. Hex color #097FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FC2 is #F6803D. Grayscale: #626262. Windows color (decimal): -16154686 or 12746505. OLE color: 12746505.
HSL color Cylindrical-coordinate representation of color #097FC2: hue angle of 201.73º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FC2 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 127 | 194 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.24 |
| HSL | 201.73º | 0.91% | 0.4% | - |
| HSV(B) | 201.73º | 0.95% | 0.76% | - |
| XYZ | 17.44 | 19.13 | 53.81 | - |
| YUV | 99.36 | 181.41 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 194 | 0.95 | 0.35 | 0 | 0.24 | 201.73 | 0.91 | 0.4 |
| Hex | 9 | 7F | C2 | 5F | 23 | 0 | 18 | CA | 5B | 28 |
| Octal | 11 | 177 | 302 | 137 | 43 | 0 | 30 | 312 | 133 | 50 |
| Binary | 1001 | 1111111 | 11000010 | 1011111 | 100011 | 0 | 11000 | 11001010 | 1011011 | 101000 |
Color Harmonies of #097FC2
Complementary color
Monochromatic Colors of #097FC2
Black with #097FC2
Text Example
Text Example
White with #097FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FC2; }
p { color: rgb(9,127,194); }
H1.HeaderClassName
{
color: #097FC2;
}
.AnyTagClassName
{
color: #097FC2;
}
</style>
background-color css
<style>
a { background-color: #097FC2; }
a { background-color: rgb(9,127,194); }
div.DivClassName
{
background-color: #097FC2;
}
.BgClassName
{
background-color: #097FC2;
}
</style>
border-color css
<style>
span { border-color: #097FC2; }
span { border-color: rgb(9,127,194); }
td.TdClassName
{
border-color: #097FC2;
}
.TagClassName
{
border-color: #097FC2;
}
</style>