Shades of Dodger Blue #098AFF
Tints of Dodger Blue #098AFF
RGB
CMYK
RGB Variations
Color information
#098AFF (or 0x098AFF) is known color: Dodger Blue. HEX triplet: 09, 8A and FF. RGB value is (9,138,255). Sum of RGB (Red+Green+Blue) = 9+138+255=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #098AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AFF is #F67500. Grayscale: #707070. Windows color (decimal): -16151809 or 16747017. OLE color: 16747017.
HSL color Cylindrical-coordinate representation of color #098AFF: hue angle of 208.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098AFF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 138 | 255 | - |
| CMYK | 0.96 | 0.46 | 0 | 0 |
| HSL | 208.54º | 1% | 0.52% | - |
| HSV(B) | 208.54º | 0.96% | 1% | - |
| XYZ | 27.25 | 25.46 | 98.08 | - |
| YUV | 112.77 | 208.26 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 255 | 0.96 | 0.46 | 0 | 0 | 208.54 | 1 | 0.52 |
| Hex | 9 | 8A | FF | 60 | 2E | 0 | 0 | D1 | 64 | 34 |
| Octal | 11 | 212 | 377 | 140 | 56 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1001 | 10001010 | 11111111 | 1100000 | 101110 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #098AFF
Complementary color
Monochromatic Colors of #098AFF
Black with #098AFF
Text Example
Text Example
White with #098AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AFF; }
p { color: rgb(9,138,255); }
H1.HeaderClassName
{
color: #098AFF;
}
.AnyTagClassName
{
color: #098AFF;
}
</style>
background-color css
<style>
a { background-color: #098AFF; }
a { background-color: rgb(9,138,255); }
div.DivClassName
{
background-color: #098AFF;
}
.BgClassName
{
background-color: #098AFF;
}
</style>
border-color css
<style>
span { border-color: #098AFF; }
span { border-color: rgb(9,138,255); }
td.TdClassName
{
border-color: #098AFF;
}
.TagClassName
{
border-color: #098AFF;
}
</style>