Shades of Dodger Blue #098BFD
Tints of Dodger Blue #098BFD
RGB
CMYK
RGB Variations
Color information
#098BFD (or 0x098BFD) is known color: Dodger Blue. HEX triplet: 09, 8B and FD. RGB value is (9,139,253). Sum of RGB (Red+Green+Blue) = 9+139+253=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #098BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BFD is #F67402. Grayscale: #707070. Windows color (decimal): -16151555 or 16616201. OLE color: 16616201.
HSL color Cylindrical-coordinate representation of color #098BFD: hue angle of 208.03º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BFD is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 139 | 253 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.01 |
| HSL | 208.03º | 0.98% | 0.51% | - |
| HSV(B) | 208.03º | 0.96% | 0.99% | - |
| XYZ | 27.07 | 25.62 | 96.45 | - |
| YUV | 113.13 | 206.93 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 253 | 0.96 | 0.45 | 0 | 0.01 | 208.03 | 0.98 | 0.51 |
| Hex | 9 | 8B | FD | 60 | 2D | 0 | 1 | D0 | 62 | 33 |
| Octal | 11 | 213 | 375 | 140 | 55 | 0 | 1 | 320 | 142 | 63 |
| Binary | 1001 | 10001011 | 11111101 | 1100000 | 101101 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #098BFD
Complementary color
Monochromatic Colors of #098BFD
Black with #098BFD
Text Example
Text Example
White with #098BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BFD; }
p { color: rgb(9,139,253); }
H1.HeaderClassName
{
color: #098BFD;
}
.AnyTagClassName
{
color: #098BFD;
}
</style>
background-color css
<style>
a { background-color: #098BFD; }
a { background-color: rgb(9,139,253); }
div.DivClassName
{
background-color: #098BFD;
}
.BgClassName
{
background-color: #098BFD;
}
</style>
border-color css
<style>
span { border-color: #098BFD; }
span { border-color: rgb(9,139,253); }
td.TdClassName
{
border-color: #098BFD;
}
.TagClassName
{
border-color: #098BFD;
}
</style>