Shades of Dodger Blue #098AFE
Tints of Dodger Blue #098AFE
RGB
CMYK
RGB Variations
Color information
#098AFE (or 0x098AFE) is known color: Dodger Blue. HEX triplet: 09, 8A and FE. RGB value is (9,138,254). Sum of RGB (Red+Green+Blue) = 9+138+254=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #098AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AFE is #F67501. Grayscale: #707070. Windows color (decimal): -16151810 or 16681481. OLE color: 16681481.
HSL color Cylindrical-coordinate representation of color #098AFE: hue angle of 208.41º 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 #098AFE is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 138 | 254 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.00 |
| HSL | 208.41º | 0.99% | 0.52% | - |
| HSV(B) | 208.41º | 0.96% | 1% | - |
| XYZ | 27.09 | 25.39 | 97.24 | - |
| YUV | 112.65 | 207.76 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 254 | 0.96 | 0.46 | 0 | 0.00 | 208.41 | 0.99 | 0.52 |
| Hex | 9 | 8A | FE | 60 | 2E | 0 | 0 | D0 | 63 | 34 |
| Octal | 11 | 212 | 376 | 140 | 56 | 0 | 0 | 320 | 143 | 64 |
| Binary | 1001 | 10001010 | 11111110 | 1100000 | 101110 | 0 | 0 | 11010000 | 1100011 | 110100 |
Color Harmonies of #098AFE
Complementary color
Monochromatic Colors of #098AFE
Black with #098AFE
Text Example
Text Example
White with #098AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AFE; }
p { color: rgb(9,138,254); }
H1.HeaderClassName
{
color: #098AFE;
}
.AnyTagClassName
{
color: #098AFE;
}
</style>
background-color css
<style>
a { background-color: #098AFE; }
a { background-color: rgb(9,138,254); }
div.DivClassName
{
background-color: #098AFE;
}
.BgClassName
{
background-color: #098AFE;
}
</style>
border-color css
<style>
span { border-color: #098AFE; }
span { border-color: rgb(9,138,254); }
td.TdClassName
{
border-color: #098AFE;
}
.TagClassName
{
border-color: #098AFE;
}
</style>