Shades of Dodger Blue #0998F5
Tints of Dodger Blue #0998F5
RGB
CMYK
RGB Variations
Color information
#0998F5 (or 0x0998F5) is known color: Dodger Blue. HEX triplet: 09, 98 and F5. RGB value is (9,152,245). Sum of RGB (Red+Green+Blue) = 9+152+245=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 245 (96.09% from 255 or 60.34% from 406); Max value from RGB is 245 - color contains mainly: blue. Hex color #0998F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0998F5 is #F6670A. Grayscale: #777777. Windows color (decimal): -16148235 or 16095241. OLE color: 16095241.
HSL color Cylindrical-coordinate representation of color #0998F5: hue angle of 203.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998F5 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 152 | 245 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.04 |
| HSL | 203.64º | 0.93% | 0.5% | - |
| HSV(B) | 203.64º | 0.96% | 0.96% | - |
| XYZ | 27.82 | 29.11 | 90.54 | - |
| YUV | 119.85 | 198.62 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 245 | 0.96 | 0.38 | 0 | 0.04 | 203.64 | 0.93 | 0.5 |
| Hex | 9 | 98 | F5 | 60 | 26 | 0 | 4 | CC | 5D | 32 |
| Octal | 11 | 230 | 365 | 140 | 46 | 0 | 4 | 314 | 135 | 62 |
| Binary | 1001 | 10011000 | 11110101 | 1100000 | 100110 | 0 | 100 | 11001100 | 1011101 | 110010 |
Color Harmonies of #0998F5
Complementary color
Monochromatic Colors of #0998F5
Black with #0998F5
Text Example
Text Example
White with #0998F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998F5; }
p { color: rgb(9,152,245); }
H1.HeaderClassName
{
color: #0998F5;
}
.AnyTagClassName
{
color: #0998F5;
}
</style>
background-color css
<style>
a { background-color: #0998F5; }
a { background-color: rgb(9,152,245); }
div.DivClassName
{
background-color: #0998F5;
}
.BgClassName
{
background-color: #0998F5;
}
</style>
border-color css
<style>
span { border-color: #0998F5; }
span { border-color: rgb(9,152,245); }
td.TdClassName
{
border-color: #0998F5;
}
.TagClassName
{
border-color: #0998F5;
}
</style>