Shades of Dodger Blue #0998FA
Tints of Dodger Blue #0998FA
RGB
CMYK
RGB Variations
Color information
#0998FA (or 0x0998FA) is known color: Dodger Blue. HEX triplet: 09, 98 and FA. RGB value is (9,152,250). Sum of RGB (Red+Green+Blue) = 9+152+250=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #0998FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0998FA is #F66705. Grayscale: #777777. Windows color (decimal): -16148230 or 16422921. OLE color: 16422921.
HSL color Cylindrical-coordinate representation of color #0998FA: hue angle of 204.4º degrees, saturation: 0.96, 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 #0998FA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 152 | 250 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.02 |
| HSL | 204.4º | 0.96% | 0.51% | - |
| HSV(B) | 204.4º | 0.96% | 0.98% | - |
| XYZ | 28.6 | 29.42 | 94.61 | - |
| YUV | 120.42 | 201.12 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 250 | 0.96 | 0.39 | 0 | 0.02 | 204.4 | 0.96 | 0.51 |
| Hex | 9 | 98 | FA | 60 | 27 | 0 | 2 | CC | 60 | 33 |
| Octal | 11 | 230 | 372 | 140 | 47 | 0 | 2 | 314 | 140 | 63 |
| Binary | 1001 | 10011000 | 11111010 | 1100000 | 100111 | 0 | 10 | 11001100 | 1100000 | 110011 |
Color Harmonies of #0998FA
Complementary color
Monochromatic Colors of #0998FA
Black with #0998FA
Text Example
Text Example
White with #0998FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998FA; }
p { color: rgb(9,152,250); }
H1.HeaderClassName
{
color: #0998FA;
}
.AnyTagClassName
{
color: #0998FA;
}
</style>
background-color css
<style>
a { background-color: #0998FA; }
a { background-color: rgb(9,152,250); }
div.DivClassName
{
background-color: #0998FA;
}
.BgClassName
{
background-color: #0998FA;
}
</style>
border-color css
<style>
span { border-color: #0998FA; }
span { border-color: rgb(9,152,250); }
td.TdClassName
{
border-color: #0998FA;
}
.TagClassName
{
border-color: #0998FA;
}
</style>