Shades of Dodger Blue #097EFE
Tints of Dodger Blue #097EFE
RGB
CMYK
RGB Variations
Color information
#097EFE (or 0x097EFE) is known color: Dodger Blue. HEX triplet: 09, 7E and FE. RGB value is (9,126,254). Sum of RGB (Red+Green+Blue) = 9+126+254=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #097EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EFE is #F68101. Grayscale: #686868. Windows color (decimal): -16154882 or 16678409. OLE color: 16678409.
HSL color Cylindrical-coordinate representation of color #097EFE: hue angle of 211.35º 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 #097EFE is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 126 | 254 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.00 |
| HSL | 211.35º | 0.99% | 0.52% | - |
| HSV(B) | 211.35º | 0.96% | 1% | - |
| XYZ | 25.46 | 22.14 | 96.7 | - |
| YUV | 105.61 | 211.74 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 254 | 0.96 | 0.50 | 0 | 0.00 | 211.35 | 0.99 | 0.52 |
| Hex | 9 | 7E | FE | 60 | 32 | 0 | 0 | D3 | 63 | 34 |
| Octal | 11 | 176 | 376 | 140 | 62 | 0 | 0 | 323 | 143 | 64 |
| Binary | 1001 | 1111110 | 11111110 | 1100000 | 110010 | 0 | 0 | 11010011 | 1100011 | 110100 |
Color Harmonies of #097EFE
Complementary color
Monochromatic Colors of #097EFE
Black with #097EFE
Text Example
Text Example
White with #097EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EFE; }
p { color: rgb(9,126,254); }
H1.HeaderClassName
{
color: #097EFE;
}
.AnyTagClassName
{
color: #097EFE;
}
</style>
background-color css
<style>
a { background-color: #097EFE; }
a { background-color: rgb(9,126,254); }
div.DivClassName
{
background-color: #097EFE;
}
.BgClassName
{
background-color: #097EFE;
}
</style>
border-color css
<style>
span { border-color: #097EFE; }
span { border-color: rgb(9,126,254); }
td.TdClassName
{
border-color: #097EFE;
}
.TagClassName
{
border-color: #097EFE;
}
</style>