Shades of Dodger Blue #098FFF
Tints of Dodger Blue #098FFF
RGB
CMYK
RGB Variations
Color information
#098FFF (or 0x098FFF) is known color: Dodger Blue. HEX triplet: 09, 8F and FF. RGB value is (9,143,255). Sum of RGB (Red+Green+Blue) = 9+143+255=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #098FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098FFF is #F67000. Grayscale: #737373. Windows color (decimal): -16150529 or 16748297. OLE color: 16748297.
HSL color Cylindrical-coordinate representation of color #098FFF: hue angle of 207.32º 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 #098FFF is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 143 | 255 | - |
| CMYK | 0.96 | 0.44 | 0 | 0 |
| HSL | 207.32º | 1% | 0.52% | - |
| HSV(B) | 207.32º | 0.96% | 1% | - |
| XYZ | 27.99 | 26.92 | 98.33 | - |
| YUV | 115.7 | 206.61 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 255 | 0.96 | 0.44 | 0 | 0 | 207.32 | 1 | 0.52 |
| Hex | 9 | 8F | FF | 60 | 2C | 0 | 0 | CF | 64 | 34 |
| Octal | 11 | 217 | 377 | 140 | 54 | 0 | 0 | 317 | 144 | 64 |
| Binary | 1001 | 10001111 | 11111111 | 1100000 | 101100 | 0 | 0 | 11001111 | 1100100 | 110100 |
Color Harmonies of #098FFF
Complementary color
Monochromatic Colors of #098FFF
Black with #098FFF
Text Example
Text Example
White with #098FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FFF; }
p { color: rgb(9,143,255); }
H1.HeaderClassName
{
color: #098FFF;
}
.AnyTagClassName
{
color: #098FFF;
}
</style>
background-color css
<style>
a { background-color: #098FFF; }
a { background-color: rgb(9,143,255); }
div.DivClassName
{
background-color: #098FFF;
}
.BgClassName
{
background-color: #098FFF;
}
</style>
border-color css
<style>
span { border-color: #098FFF; }
span { border-color: rgb(9,143,255); }
td.TdClassName
{
border-color: #098FFF;
}
.TagClassName
{
border-color: #098FFF;
}
</style>