Shades of Dodger Blue #097BFE
Tints of Dodger Blue #097BFE
RGB
CMYK
RGB Variations
Color information
#097BFE (or 0x097BFE) is known color: Dodger Blue. HEX triplet: 09, 7B and FE. RGB value is (9,123,254). Sum of RGB (Red+Green+Blue) = 9+123+254=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #097BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BFE is #F68401. Grayscale: #676767. Windows color (decimal): -16155650 or 16677641. OLE color: 16677641.
HSL color Cylindrical-coordinate representation of color #097BFE: hue angle of 212.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BFE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 123 | 254 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.00 |
| HSL | 212.08º | 0.99% | 0.52% | - |
| HSV(B) | 212.08º | 0.96% | 1% | - |
| XYZ | 25.09 | 21.38 | 96.57 | - |
| YUV | 103.85 | 212.73 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 254 | 0.96 | 0.52 | 0 | 0.00 | 212.08 | 0.99 | 0.52 |
| Hex | 9 | 7B | FE | 60 | 34 | 0 | 0 | D4 | 63 | 34 |
| Octal | 11 | 173 | 376 | 140 | 64 | 0 | 0 | 324 | 143 | 64 |
| Binary | 1001 | 1111011 | 11111110 | 1100000 | 110100 | 0 | 0 | 11010100 | 1100011 | 110100 |
Color Harmonies of #097BFE
Complementary color
Monochromatic Colors of #097BFE
Black with #097BFE
Text Example
Text Example
White with #097BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BFE; }
p { color: rgb(9,123,254); }
H1.HeaderClassName
{
color: #097BFE;
}
.AnyTagClassName
{
color: #097BFE;
}
</style>
background-color css
<style>
a { background-color: #097BFE; }
a { background-color: rgb(9,123,254); }
div.DivClassName
{
background-color: #097BFE;
}
.BgClassName
{
background-color: #097BFE;
}
</style>
border-color css
<style>
span { border-color: #097BFE; }
span { border-color: rgb(9,123,254); }
td.TdClassName
{
border-color: #097BFE;
}
.TagClassName
{
border-color: #097BFE;
}
</style>