Shades of Dodger Blue #097BEE
Tints of Dodger Blue #097BEE
RGB
CMYK
RGB Variations
Color information
#097BEE (or 0x097BEE) is known color: Dodger Blue. HEX triplet: 09, 7B and EE. RGB value is (9,123,238). Sum of RGB (Red+Green+Blue) = 9+123+238=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #097BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BEE is #F68411. Grayscale: #656565. Windows color (decimal): -16155666 or 15629065. OLE color: 15629065.
HSL color Cylindrical-coordinate representation of color #097BEE: hue angle of 210.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BEE is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 123 | 238 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.07 |
| HSL | 210.13º | 0.93% | 0.48% | - |
| HSV(B) | 210.13º | 0.96% | 0.93% | - |
| XYZ | 22.63 | 20.4 | 83.63 | - |
| YUV | 102.02 | 204.73 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 238 | 0.96 | 0.48 | 0 | 0.07 | 210.13 | 0.93 | 0.48 |
| Hex | 9 | 7B | EE | 60 | 30 | 0 | 7 | D2 | 5D | 30 |
| Octal | 11 | 173 | 356 | 140 | 60 | 0 | 7 | 322 | 135 | 60 |
| Binary | 1001 | 1111011 | 11101110 | 1100000 | 110000 | 0 | 111 | 11010010 | 1011101 | 110000 |
Color Harmonies of #097BEE
Complementary color
Monochromatic Colors of #097BEE
Black with #097BEE
Text Example
Text Example
White with #097BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BEE; }
p { color: rgb(9,123,238); }
H1.HeaderClassName
{
color: #097BEE;
}
.AnyTagClassName
{
color: #097BEE;
}
</style>
background-color css
<style>
a { background-color: #097BEE; }
a { background-color: rgb(9,123,238); }
div.DivClassName
{
background-color: #097BEE;
}
.BgClassName
{
background-color: #097BEE;
}
</style>
border-color css
<style>
span { border-color: #097BEE; }
span { border-color: rgb(9,123,238); }
td.TdClassName
{
border-color: #097BEE;
}
.TagClassName
{
border-color: #097BEE;
}
</style>