Shades of Dodger Blue #097AFE
Tints of Dodger Blue #097AFE
RGB
CMYK
RGB Variations
Color information
#097AFE (or 0x097AFE) is known color: Dodger Blue. HEX triplet: 09, 7A and FE. RGB value is (9,122,254). Sum of RGB (Red+Green+Blue) = 9+122+254=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #097AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AFE is #F68501. Grayscale: #666666. Windows color (decimal): -16155906 or 16677385. OLE color: 16677385.
HSL color Cylindrical-coordinate representation of color #097AFE: hue angle of 212.33º 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 #097AFE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 122 | 254 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.00 |
| HSL | 212.33º | 0.99% | 0.52% | - |
| HSV(B) | 212.33º | 0.96% | 1% | - |
| XYZ | 24.96 | 21.13 | 96.53 | - |
| YUV | 103.26 | 213.06 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 254 | 0.96 | 0.52 | 0 | 0.00 | 212.33 | 0.99 | 0.52 |
| Hex | 9 | 7A | FE | 60 | 34 | 0 | 0 | D4 | 63 | 34 |
| Octal | 11 | 172 | 376 | 140 | 64 | 0 | 0 | 324 | 143 | 64 |
| Binary | 1001 | 1111010 | 11111110 | 1100000 | 110100 | 0 | 0 | 11010100 | 1100011 | 110100 |
Color Harmonies of #097AFE
Complementary color
Monochromatic Colors of #097AFE
Black with #097AFE
Text Example
Text Example
White with #097AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AFE; }
p { color: rgb(9,122,254); }
H1.HeaderClassName
{
color: #097AFE;
}
.AnyTagClassName
{
color: #097AFE;
}
</style>
background-color css
<style>
a { background-color: #097AFE; }
a { background-color: rgb(9,122,254); }
div.DivClassName
{
background-color: #097AFE;
}
.BgClassName
{
background-color: #097AFE;
}
</style>
border-color css
<style>
span { border-color: #097AFE; }
span { border-color: rgb(9,122,254); }
td.TdClassName
{
border-color: #097AFE;
}
.TagClassName
{
border-color: #097AFE;
}
</style>