Shades of Dodger Blue #0998FB
Tints of Dodger Blue #0998FB
RGB
CMYK
RGB Variations
Color information
#0998FB (or 0x0998FB) is known color: Dodger Blue. HEX triplet: 09, 98 and FB. RGB value is (9,152,251). Sum of RGB (Red+Green+Blue) = 9+152+251=412 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #0998FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0998FB is #F66704. Grayscale: #777777. Windows color (decimal): -16148229 or 16488457. OLE color: 16488457.
HSL color Cylindrical-coordinate representation of color #0998FB: hue angle of 204.55º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998FB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 152 | 251 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.02 |
| HSL | 204.55º | 0.97% | 0.51% | - |
| HSV(B) | 204.55º | 0.96% | 0.98% | - |
| XYZ | 28.75 | 29.48 | 95.44 | - |
| YUV | 120.53 | 201.62 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 251 | 0.96 | 0.39 | 0 | 0.02 | 204.55 | 0.97 | 0.51 |
| Hex | 9 | 98 | FB | 60 | 27 | 0 | 2 | CD | 61 | 33 |
| Octal | 11 | 230 | 373 | 140 | 47 | 0 | 2 | 315 | 141 | 63 |
| Binary | 1001 | 10011000 | 11111011 | 1100000 | 100111 | 0 | 10 | 11001101 | 1100001 | 110011 |
Color Harmonies of #0998FB
Complementary color
Monochromatic Colors of #0998FB
Black with #0998FB
Text Example
Text Example
White with #0998FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998FB; }
p { color: rgb(9,152,251); }
H1.HeaderClassName
{
color: #0998FB;
}
.AnyTagClassName
{
color: #0998FB;
}
</style>
background-color css
<style>
a { background-color: #0998FB; }
a { background-color: rgb(9,152,251); }
div.DivClassName
{
background-color: #0998FB;
}
.BgClassName
{
background-color: #0998FB;
}
</style>
border-color css
<style>
span { border-color: #0998FB; }
span { border-color: rgb(9,152,251); }
td.TdClassName
{
border-color: #0998FB;
}
.TagClassName
{
border-color: #0998FB;
}
</style>