Shades of Dodger Blue #06A0FA
Tints of Dodger Blue #06A0FA
RGB
CMYK
RGB Variations
Color information
#06A0FA (or 0x06A0FA) is known color: Dodger Blue. HEX triplet: 06, A0 and FA. RGB value is (6,160,250). Sum of RGB (Red+Green+Blue) = 6+160+250=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #06A0FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A0FA is #F95F05. Grayscale: #7B7B7B. Windows color (decimal): -16342790 or 16424966. OLE color: 16424966.
HSL color Cylindrical-coordinate representation of color #06A0FA: hue angle of 202.13º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A0FA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 160 | 250 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.02 |
| HSL | 202.13º | 0.96% | 0.5% | - |
| HSV(B) | 202.13º | 0.98% | 0.98% | - |
| XYZ | 29.9 | 32.08 | 95.06 | - |
| YUV | 124.21 | 198.98 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 250 | 0.98 | 0.36 | 0 | 0.02 | 202.13 | 0.96 | 0.5 |
| Hex | 6 | A0 | FA | 62 | 24 | 0 | 2 | CA | 60 | 32 |
| Octal | 6 | 240 | 372 | 142 | 44 | 0 | 2 | 312 | 140 | 62 |
| Binary | 110 | 10100000 | 11111010 | 1100010 | 100100 | 0 | 10 | 11001010 | 1100000 | 110010 |
Color Harmonies of #06A0FA
Complementary color
Monochromatic Colors of #06A0FA
Black with #06A0FA
Text Example
Text Example
White with #06A0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A0FA; }
p { color: rgb(6,160,250); }
H1.HeaderClassName
{
color: #06A0FA;
}
.AnyTagClassName
{
color: #06A0FA;
}
</style>
background-color css
<style>
a { background-color: #06A0FA; }
a { background-color: rgb(6,160,250); }
div.DivClassName
{
background-color: #06A0FA;
}
.BgClassName
{
background-color: #06A0FA;
}
</style>
border-color css
<style>
span { border-color: #06A0FA; }
span { border-color: rgb(6,160,250); }
td.TdClassName
{
border-color: #06A0FA;
}
.TagClassName
{
border-color: #06A0FA;
}
</style>