Shades of Dodger Blue #0988FF
Tints of Dodger Blue #0988FF
RGB
CMYK
RGB Variations
Color information
#0988FF (or 0x0988FF) is known color: Dodger Blue. HEX triplet: 09, 88 and FF. RGB value is (9,136,255). Sum of RGB (Red+Green+Blue) = 9+136+255=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #0988FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0988FF is #F67700. Grayscale: #6E6E6E. Windows color (decimal): -16152321 or 16746505. OLE color: 16746505.
HSL color Cylindrical-coordinate representation of color #0988FF: hue angle of 209.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0988FF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 136 | 255 | - |
| CMYK | 0.96 | 0.47 | 0 | 0 |
| HSL | 209.02º | 1% | 0.52% | - |
| HSV(B) | 209.02º | 0.96% | 1% | - |
| XYZ | 26.97 | 24.89 | 97.99 | - |
| YUV | 111.59 | 208.92 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 255 | 0.96 | 0.47 | 0 | 0 | 209.02 | 1 | 0.52 |
| Hex | 9 | 88 | FF | 60 | 2F | 0 | 0 | D1 | 64 | 34 |
| Octal | 11 | 210 | 377 | 140 | 57 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1001 | 10001000 | 11111111 | 1100000 | 101111 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #0988FF
Complementary color
Monochromatic Colors of #0988FF
Black with #0988FF
Text Example
Text Example
White with #0988FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0988FF; }
p { color: rgb(9,136,255); }
H1.HeaderClassName
{
color: #0988FF;
}
.AnyTagClassName
{
color: #0988FF;
}
</style>
background-color css
<style>
a { background-color: #0988FF; }
a { background-color: rgb(9,136,255); }
div.DivClassName
{
background-color: #0988FF;
}
.BgClassName
{
background-color: #0988FF;
}
</style>
border-color css
<style>
span { border-color: #0988FF; }
span { border-color: rgb(9,136,255); }
td.TdClassName
{
border-color: #0988FF;
}
.TagClassName
{
border-color: #0988FF;
}
</style>