Shades of Dodger Blue #08A1FE
Tints of Dodger Blue #08A1FE
RGB
CMYK
RGB Variations
Color information
#08A1FE (or 0x08A1FE) is known color: Dodger Blue. HEX triplet: 08, A1 and FE. RGB value is (8,161,254). Sum of RGB (Red+Green+Blue) = 8+161+254=423 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.89% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #08A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A1FE is #F75E01. Grayscale: #7D7D7D. Windows color (decimal): -16211458 or 16687368. OLE color: 16687368.
HSL color Cylindrical-coordinate representation of color #08A1FE: hue angle of 202.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A1FE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 161 | 254 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.00 |
| HSL | 202.68º | 0.99% | 0.51% | - |
| HSV(B) | 202.68º | 0.97% | 1% | - |
| XYZ | 30.73 | 32.7 | 98.46 | - |
| YUV | 125.86 | 200.31 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 254 | 0.97 | 0.37 | 0 | 0.00 | 202.68 | 0.99 | 0.51 |
| Hex | 8 | A1 | FE | 61 | 25 | 0 | 0 | CB | 63 | 33 |
| Octal | 10 | 241 | 376 | 141 | 45 | 0 | 0 | 313 | 143 | 63 |
| Binary | 1000 | 10100001 | 11111110 | 1100001 | 100101 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #08A1FE
Complementary color
Monochromatic Colors of #08A1FE
Black with #08A1FE
Text Example
Text Example
White with #08A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A1FE; }
p { color: rgb(8,161,254); }
H1.HeaderClassName
{
color: #08A1FE;
}
.AnyTagClassName
{
color: #08A1FE;
}
</style>
background-color css
<style>
a { background-color: #08A1FE; }
a { background-color: rgb(8,161,254); }
div.DivClassName
{
background-color: #08A1FE;
}
.BgClassName
{
background-color: #08A1FE;
}
</style>
border-color css
<style>
span { border-color: #08A1FE; }
span { border-color: rgb(8,161,254); }
td.TdClassName
{
border-color: #08A1FE;
}
.TagClassName
{
border-color: #08A1FE;
}
</style>