Shades of Dodger Blue #0998FE
Tints of Dodger Blue #0998FE
RGB
CMYK
RGB Variations
Color information
#0998FE (or 0x0998FE) is known color: Dodger Blue. HEX triplet: 09, 98 and FE. RGB value is (9,152,254). Sum of RGB (Red+Green+Blue) = 9+152+254=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #0998FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0998FE is #F66701. Grayscale: #787878. Windows color (decimal): -16148226 or 16685065. OLE color: 16685065.
HSL color Cylindrical-coordinate representation of color #0998FE: hue angle of 204.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998FE is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 152 | 254 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.00 |
| HSL | 204.98º | 0.99% | 0.52% | - |
| HSV(B) | 204.98º | 0.96% | 1% | - |
| XYZ | 29.23 | 29.67 | 97.95 | - |
| YUV | 120.87 | 203.12 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 254 | 0.96 | 0.40 | 0 | 0.00 | 204.98 | 0.99 | 0.52 |
| Hex | 9 | 98 | FE | 60 | 28 | 0 | 0 | CD | 63 | 34 |
| Octal | 11 | 230 | 376 | 140 | 50 | 0 | 0 | 315 | 143 | 64 |
| Binary | 1001 | 10011000 | 11111110 | 1100000 | 101000 | 0 | 0 | 11001101 | 1100011 | 110100 |
Color Harmonies of #0998FE
Complementary color
Monochromatic Colors of #0998FE
Black with #0998FE
Text Example
Text Example
White with #0998FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998FE; }
p { color: rgb(9,152,254); }
H1.HeaderClassName
{
color: #0998FE;
}
.AnyTagClassName
{
color: #0998FE;
}
</style>
background-color css
<style>
a { background-color: #0998FE; }
a { background-color: rgb(9,152,254); }
div.DivClassName
{
background-color: #0998FE;
}
.BgClassName
{
background-color: #0998FE;
}
</style>
border-color css
<style>
span { border-color: #0998FE; }
span { border-color: rgb(9,152,254); }
td.TdClassName
{
border-color: #0998FE;
}
.TagClassName
{
border-color: #0998FE;
}
</style>