Shades of Dodger Blue #097EE8
Tints of Dodger Blue #097EE8
RGB
CMYK
RGB Variations
Color information
#097EE8 (or 0x097EE8) is known color: Dodger Blue. HEX triplet: 09, 7E and E8. RGB value is (9,126,232). Sum of RGB (Red+Green+Blue) = 9+126+232=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 232 (91.02% from 255 or 63.22% from 367); Max value from RGB is 232 - color contains mainly: blue. Hex color #097EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EE8 is #F68117. Grayscale: #666666. Windows color (decimal): -16154904 or 15236617. OLE color: 15236617.
HSL color Cylindrical-coordinate representation of color #097EE8: hue angle of 208.52º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EE8 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 126 | 232 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.09 |
| HSL | 208.52º | 0.93% | 0.47% | - |
| HSV(B) | 208.52º | 0.96% | 0.91% | - |
| XYZ | 22.14 | 20.81 | 79.19 | - |
| YUV | 103.1 | 200.74 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 232 | 0.96 | 0.46 | 0 | 0.09 | 208.52 | 0.93 | 0.47 |
| Hex | 9 | 7E | E8 | 60 | 2E | 0 | 9 | D1 | 5D | 2F |
| Octal | 11 | 176 | 350 | 140 | 56 | 0 | 11 | 321 | 135 | 57 |
| Binary | 1001 | 1111110 | 11101000 | 1100000 | 101110 | 0 | 1001 | 11010001 | 1011101 | 101111 |
Color Harmonies of #097EE8
Complementary color
Monochromatic Colors of #097EE8
Black with #097EE8
Text Example
Text Example
White with #097EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EE8; }
p { color: rgb(9,126,232); }
H1.HeaderClassName
{
color: #097EE8;
}
.AnyTagClassName
{
color: #097EE8;
}
</style>
background-color css
<style>
a { background-color: #097EE8; }
a { background-color: rgb(9,126,232); }
div.DivClassName
{
background-color: #097EE8;
}
.BgClassName
{
background-color: #097EE8;
}
</style>
border-color css
<style>
span { border-color: #097EE8; }
span { border-color: rgb(9,126,232); }
td.TdClassName
{
border-color: #097EE8;
}
.TagClassName
{
border-color: #097EE8;
}
</style>