Shades of Dodger Blue #088AF2
Tints of Dodger Blue #088AF2
RGB
CMYK
RGB Variations
Color information
#088AF2 (or 0x088AF2) is known color: Dodger Blue. HEX triplet: 08, 8A and F2. RGB value is (8,138,242). Sum of RGB (Red+Green+Blue) = 8+138+242=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #088AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088AF2 is #F7750D. Grayscale: #6E6E6E. Windows color (decimal): -16217358 or 15895048. OLE color: 15895048.
HSL color Cylindrical-coordinate representation of color #088AF2: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088AF2 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 138 | 242 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.05 |
| HSL | 206.67º | 0.94% | 0.49% | - |
| HSV(B) | 206.67º | 0.97% | 0.95% | - |
| XYZ | 25.22 | 24.64 | 87.43 | - |
| YUV | 110.99 | 201.93 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 242 | 0.97 | 0.43 | 0 | 0.05 | 206.67 | 0.94 | 0.49 |
| Hex | 8 | 8A | F2 | 61 | 2B | 0 | 5 | CF | 5E | 31 |
| Octal | 10 | 212 | 362 | 141 | 53 | 0 | 5 | 317 | 136 | 61 |
| Binary | 1000 | 10001010 | 11110010 | 1100001 | 101011 | 0 | 101 | 11001111 | 1011110 | 110001 |
Color Harmonies of #088AF2
Complementary color
Monochromatic Colors of #088AF2
Black with #088AF2
Text Example
Text Example
White with #088AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088AF2; }
p { color: rgb(8,138,242); }
H1.HeaderClassName
{
color: #088AF2;
}
.AnyTagClassName
{
color: #088AF2;
}
</style>
background-color css
<style>
a { background-color: #088AF2; }
a { background-color: rgb(8,138,242); }
div.DivClassName
{
background-color: #088AF2;
}
.BgClassName
{
background-color: #088AF2;
}
</style>
border-color css
<style>
span { border-color: #088AF2; }
span { border-color: rgb(8,138,242); }
td.TdClassName
{
border-color: #088AF2;
}
.TagClassName
{
border-color: #088AF2;
}
</style>