Shades of Dodger Blue #097BEF
Tints of Dodger Blue #097BEF
RGB
CMYK
RGB Variations
Color information
#097BEF (or 0x097BEF) is known color: Dodger Blue. HEX triplet: 09, 7B and EF. RGB value is (9,123,239). Sum of RGB (Red+Green+Blue) = 9+123+239=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #097BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BEF is #F68410. Grayscale: #656565. Windows color (decimal): -16155665 or 15694601. OLE color: 15694601.
HSL color Cylindrical-coordinate representation of color #097BEF: hue angle of 210.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BEF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 123 | 239 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.06 |
| HSL | 210.26º | 0.93% | 0.49% | - |
| HSV(B) | 210.26º | 0.96% | 0.94% | - |
| XYZ | 22.78 | 20.46 | 84.41 | - |
| YUV | 102.14 | 205.23 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 239 | 0.96 | 0.49 | 0 | 0.06 | 210.26 | 0.93 | 0.49 |
| Hex | 9 | 7B | EF | 60 | 31 | 0 | 6 | D2 | 5D | 31 |
| Octal | 11 | 173 | 357 | 140 | 61 | 0 | 6 | 322 | 135 | 61 |
| Binary | 1001 | 1111011 | 11101111 | 1100000 | 110001 | 0 | 110 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097BEF
Complementary color
Monochromatic Colors of #097BEF
Black with #097BEF
Text Example
Text Example
White with #097BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BEF; }
p { color: rgb(9,123,239); }
H1.HeaderClassName
{
color: #097BEF;
}
.AnyTagClassName
{
color: #097BEF;
}
</style>
background-color css
<style>
a { background-color: #097BEF; }
a { background-color: rgb(9,123,239); }
div.DivClassName
{
background-color: #097BEF;
}
.BgClassName
{
background-color: #097BEF;
}
</style>
border-color css
<style>
span { border-color: #097BEF; }
span { border-color: rgb(9,123,239); }
td.TdClassName
{
border-color: #097BEF;
}
.TagClassName
{
border-color: #097BEF;
}
</style>