Shades of Dodger Blue #088AFF
Tints of Dodger Blue #088AFF
RGB
CMYK
RGB Variations
Color information
#088AFF (or 0x088AFF) is known color: Dodger Blue. HEX triplet: 08, 8A and FF. RGB value is (8,138,255). Sum of RGB (Red+Green+Blue) = 8+138+255=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #088AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088AFF is #F77500. Grayscale: #6F6F6F. Windows color (decimal): -16217345 or 16747016. OLE color: 16747016.
HSL color Cylindrical-coordinate representation of color #088AFF: hue angle of 208.42º 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 #088AFF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 138 | 255 | - |
| CMYK | 0.97 | 0.46 | 0 | 0 |
| HSL | 208.42º | 1% | 0.52% | - |
| HSV(B) | 208.42º | 0.97% | 1% | - |
| XYZ | 27.24 | 25.45 | 98.08 | - |
| YUV | 112.47 | 208.43 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 255 | 0.97 | 0.46 | 0 | 0 | 208.42 | 1 | 0.52 |
| Hex | 8 | 8A | FF | 61 | 2E | 0 | 0 | D0 | 64 | 34 |
| Octal | 10 | 212 | 377 | 141 | 56 | 0 | 0 | 320 | 144 | 64 |
| Binary | 1000 | 10001010 | 11111111 | 1100001 | 101110 | 0 | 0 | 11010000 | 1100100 | 110100 |
Color Harmonies of #088AFF
Complementary color
Monochromatic Colors of #088AFF
Black with #088AFF
Text Example
Text Example
White with #088AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088AFF; }
p { color: rgb(8,138,255); }
H1.HeaderClassName
{
color: #088AFF;
}
.AnyTagClassName
{
color: #088AFF;
}
</style>
background-color css
<style>
a { background-color: #088AFF; }
a { background-color: rgb(8,138,255); }
div.DivClassName
{
background-color: #088AFF;
}
.BgClassName
{
background-color: #088AFF;
}
</style>
border-color css
<style>
span { border-color: #088AFF; }
span { border-color: rgb(8,138,255); }
td.TdClassName
{
border-color: #088AFF;
}
.TagClassName
{
border-color: #088AFF;
}
</style>