Shades of Dodger Blue #08A1F6
Tints of Dodger Blue #08A1F6
RGB
CMYK
RGB Variations
Color information
#08A1F6 (or 0x08A1F6) is known color: Dodger Blue. HEX triplet: 08, A1 and F6. RGB value is (8,161,246). Sum of RGB (Red+Green+Blue) = 8+161+246=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #08A1F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A1F6 is #F75E09. Grayscale: #7C7C7C. Windows color (decimal): -16211466 or 16163080. OLE color: 16163080.
HSL color Cylindrical-coordinate representation of color #08A1F6: hue angle of 201.43º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A1F6 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 161 | 246 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.04 |
| HSL | 201.43º | 0.94% | 0.5% | - |
| HSV(B) | 201.43º | 0.97% | 0.96% | - |
| XYZ | 29.48 | 32.2 | 91.85 | - |
| YUV | 124.94 | 196.31 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 246 | 0.97 | 0.35 | 0 | 0.04 | 201.43 | 0.94 | 0.5 |
| Hex | 8 | A1 | F6 | 61 | 23 | 0 | 4 | C9 | 5E | 32 |
| Octal | 10 | 241 | 366 | 141 | 43 | 0 | 4 | 311 | 136 | 62 |
| Binary | 1000 | 10100001 | 11110110 | 1100001 | 100011 | 0 | 100 | 11001001 | 1011110 | 110010 |
Color Harmonies of #08A1F6
Complementary color
Monochromatic Colors of #08A1F6
Black with #08A1F6
Text Example
Text Example
White with #08A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A1F6; }
p { color: rgb(8,161,246); }
H1.HeaderClassName
{
color: #08A1F6;
}
.AnyTagClassName
{
color: #08A1F6;
}
</style>
background-color css
<style>
a { background-color: #08A1F6; }
a { background-color: rgb(8,161,246); }
div.DivClassName
{
background-color: #08A1F6;
}
.BgClassName
{
background-color: #08A1F6;
}
</style>
border-color css
<style>
span { border-color: #08A1F6; }
span { border-color: rgb(8,161,246); }
td.TdClassName
{
border-color: #08A1F6;
}
.TagClassName
{
border-color: #08A1F6;
}
</style>