Shades of Dodger Blue #088FFB
Tints of Dodger Blue #088FFB
RGB
CMYK
RGB Variations
Color information
#088FFB (or 0x088FFB) is known color: Dodger Blue. HEX triplet: 08, 8F and FB. RGB value is (8,143,251). Sum of RGB (Red+Green+Blue) = 8+143+251=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #088FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088FFB is #F77004. Grayscale: #727272. Windows color (decimal): -16216069 or 16486152. OLE color: 16486152.
HSL color Cylindrical-coordinate representation of color #088FFB: hue angle of 206.67º 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 #088FFB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 143 | 251 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.02 |
| HSL | 206.67º | 0.97% | 0.51% | - |
| HSV(B) | 206.67º | 0.97% | 0.98% | - |
| XYZ | 27.34 | 26.66 | 94.97 | - |
| YUV | 114.95 | 204.77 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 251 | 0.97 | 0.43 | 0 | 0.02 | 206.67 | 0.97 | 0.51 |
| Hex | 8 | 8F | FB | 61 | 2B | 0 | 2 | CF | 61 | 33 |
| Octal | 10 | 217 | 373 | 141 | 53 | 0 | 2 | 317 | 141 | 63 |
| Binary | 1000 | 10001111 | 11111011 | 1100001 | 101011 | 0 | 10 | 11001111 | 1100001 | 110011 |
Color Harmonies of #088FFB
Complementary color
Monochromatic Colors of #088FFB
Black with #088FFB
Text Example
Text Example
White with #088FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FFB; }
p { color: rgb(8,143,251); }
H1.HeaderClassName
{
color: #088FFB;
}
.AnyTagClassName
{
color: #088FFB;
}
</style>
background-color css
<style>
a { background-color: #088FFB; }
a { background-color: rgb(8,143,251); }
div.DivClassName
{
background-color: #088FFB;
}
.BgClassName
{
background-color: #088FFB;
}
</style>
border-color css
<style>
span { border-color: #088FFB; }
span { border-color: rgb(8,143,251); }
td.TdClassName
{
border-color: #088FFB;
}
.TagClassName
{
border-color: #088FFB;
}
</style>