Shades of Dodger Blue #088FFF
Tints of Dodger Blue #088FFF
RGB
CMYK
RGB Variations
Color information
#088FFF (or 0x088FFF) is known color: Dodger Blue. HEX triplet: 08, 8F and FF. RGB value is (8,143,255). Sum of RGB (Red+Green+Blue) = 8+143+255=406 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #088FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088FFF is #F77000. Grayscale: #727272. Windows color (decimal): -16216065 or 16748296. OLE color: 16748296.
HSL color Cylindrical-coordinate representation of color #088FFF: hue angle of 207.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088FFF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 143 | 255 | - |
| CMYK | 0.97 | 0.44 | 0 | 0 |
| HSL | 207.21º | 1% | 0.52% | - |
| HSV(B) | 207.21º | 0.97% | 1% | - |
| XYZ | 27.97 | 26.92 | 98.33 | - |
| YUV | 115.4 | 206.77 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 255 | 0.97 | 0.44 | 0 | 0 | 207.21 | 1 | 0.52 |
| Hex | 8 | 8F | FF | 61 | 2C | 0 | 0 | CF | 64 | 34 |
| Octal | 10 | 217 | 377 | 141 | 54 | 0 | 0 | 317 | 144 | 64 |
| Binary | 1000 | 10001111 | 11111111 | 1100001 | 101100 | 0 | 0 | 11001111 | 1100100 | 110100 |
Color Harmonies of #088FFF
Complementary color
Monochromatic Colors of #088FFF
Black with #088FFF
Text Example
Text Example
White with #088FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FFF; }
p { color: rgb(8,143,255); }
H1.HeaderClassName
{
color: #088FFF;
}
.AnyTagClassName
{
color: #088FFF;
}
</style>
background-color css
<style>
a { background-color: #088FFF; }
a { background-color: rgb(8,143,255); }
div.DivClassName
{
background-color: #088FFF;
}
.BgClassName
{
background-color: #088FFF;
}
</style>
border-color css
<style>
span { border-color: #088FFF; }
span { border-color: rgb(8,143,255); }
td.TdClassName
{
border-color: #088FFF;
}
.TagClassName
{
border-color: #088FFF;
}
</style>