Shades of Dodger Blue #098BFF
Tints of Dodger Blue #098BFF
RGB
CMYK
RGB Variations
Color information
#098BFF (or 0x098BFF) is known color: Dodger Blue. HEX triplet: 09, 8B and FF. RGB value is (9,139,255). Sum of RGB (Red+Green+Blue) = 9+139+255=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #098BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BFF is #F67400. Grayscale: #707070. Windows color (decimal): -16151553 or 16747273. OLE color: 16747273.
HSL color Cylindrical-coordinate representation of color #098BFF: hue angle of 208.29º 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 #098BFF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 139 | 255 | - |
| CMYK | 0.96 | 0.45 | 0 | 0 |
| HSL | 208.29º | 1% | 0.52% | - |
| HSV(B) | 208.29º | 0.96% | 1% | - |
| XYZ | 27.4 | 25.74 | 98.13 | - |
| YUV | 113.35 | 207.93 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 255 | 0.96 | 0.45 | 0 | 0 | 208.29 | 1 | 0.52 |
| Hex | 9 | 8B | FF | 60 | 2D | 0 | 0 | D0 | 64 | 34 |
| Octal | 11 | 213 | 377 | 140 | 55 | 0 | 0 | 320 | 144 | 64 |
| Binary | 1001 | 10001011 | 11111111 | 1100000 | 101101 | 0 | 0 | 11010000 | 1100100 | 110100 |
Color Harmonies of #098BFF
Complementary color
Monochromatic Colors of #098BFF
Black with #098BFF
Text Example
Text Example
White with #098BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BFF; }
p { color: rgb(9,139,255); }
H1.HeaderClassName
{
color: #098BFF;
}
.AnyTagClassName
{
color: #098BFF;
}
</style>
background-color css
<style>
a { background-color: #098BFF; }
a { background-color: rgb(9,139,255); }
div.DivClassName
{
background-color: #098BFF;
}
.BgClassName
{
background-color: #098BFF;
}
</style>
border-color css
<style>
span { border-color: #098BFF; }
span { border-color: rgb(9,139,255); }
td.TdClassName
{
border-color: #098BFF;
}
.TagClassName
{
border-color: #098BFF;
}
</style>