Shades of Dodger Blue #088DFB
Tints of Dodger Blue #088DFB
RGB
CMYK
RGB Variations
Color information
#088DFB (or 0x088DFB) is known color: Dodger Blue. HEX triplet: 08, 8D and FB. RGB value is (8,141,251). Sum of RGB (Red+Green+Blue) = 8+141+251=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #088DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088DFB is #F77204. Grayscale: #717171. Windows color (decimal): -16216581 or 16485640. OLE color: 16485640.
HSL color Cylindrical-coordinate representation of color #088DFB: hue angle of 207.16º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088DFB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 141 | 251 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.02 |
| HSL | 207.16º | 0.97% | 0.51% | - |
| HSV(B) | 207.16º | 0.97% | 0.98% | - |
| XYZ | 27.04 | 26.07 | 94.87 | - |
| YUV | 113.77 | 205.44 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 251 | 0.97 | 0.44 | 0 | 0.02 | 207.16 | 0.97 | 0.51 |
| Hex | 8 | 8D | FB | 61 | 2C | 0 | 2 | CF | 61 | 33 |
| Octal | 10 | 215 | 373 | 141 | 54 | 0 | 2 | 317 | 141 | 63 |
| Binary | 1000 | 10001101 | 11111011 | 1100001 | 101100 | 0 | 10 | 11001111 | 1100001 | 110011 |
Color Harmonies of #088DFB
Complementary color
Monochromatic Colors of #088DFB
Black with #088DFB
Text Example
Text Example
White with #088DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DFB; }
p { color: rgb(8,141,251); }
H1.HeaderClassName
{
color: #088DFB;
}
.AnyTagClassName
{
color: #088DFB;
}
</style>
background-color css
<style>
a { background-color: #088DFB; }
a { background-color: rgb(8,141,251); }
div.DivClassName
{
background-color: #088DFB;
}
.BgClassName
{
background-color: #088DFB;
}
</style>
border-color css
<style>
span { border-color: #088DFB; }
span { border-color: rgb(8,141,251); }
td.TdClassName
{
border-color: #088DFB;
}
.TagClassName
{
border-color: #088DFB;
}
</style>