Shades of Dodger Blue #088CFF
Tints of Dodger Blue #088CFF
RGB
CMYK
RGB Variations
Color information
#088CFF (or 0x088CFF) is known color: Dodger Blue. HEX triplet: 08, 8C and FF. RGB value is (8,140,255). Sum of RGB (Red+Green+Blue) = 8+140+255=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #088CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088CFF is #F77300. Grayscale: #717171. Windows color (decimal): -16216833 or 16747528. OLE color: 16747528.
HSL color Cylindrical-coordinate representation of color #088CFF: hue angle of 207.94º 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 #088CFF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 140 | 255 | - |
| CMYK | 0.97 | 0.45 | 0 | 0 |
| HSL | 207.94º | 1% | 0.52% | - |
| HSV(B) | 207.94º | 0.97% | 1% | - |
| XYZ | 27.53 | 26.03 | 98.18 | - |
| YUV | 113.64 | 207.77 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 255 | 0.97 | 0.45 | 0 | 0 | 207.94 | 1 | 0.52 |
| Hex | 8 | 8C | FF | 61 | 2D | 0 | 0 | D0 | 64 | 34 |
| Octal | 10 | 214 | 377 | 141 | 55 | 0 | 0 | 320 | 144 | 64 |
| Binary | 1000 | 10001100 | 11111111 | 1100001 | 101101 | 0 | 0 | 11010000 | 1100100 | 110100 |
Color Harmonies of #088CFF
Complementary color
Monochromatic Colors of #088CFF
Black with #088CFF
Text Example
Text Example
White with #088CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088CFF; }
p { color: rgb(8,140,255); }
H1.HeaderClassName
{
color: #088CFF;
}
.AnyTagClassName
{
color: #088CFF;
}
</style>
background-color css
<style>
a { background-color: #088CFF; }
a { background-color: rgb(8,140,255); }
div.DivClassName
{
background-color: #088CFF;
}
.BgClassName
{
background-color: #088CFF;
}
</style>
border-color css
<style>
span { border-color: #088CFF; }
span { border-color: rgb(8,140,255); }
td.TdClassName
{
border-color: #088CFF;
}
.TagClassName
{
border-color: #088CFF;
}
</style>