Shades of Dodger Blue #069DF6
Tints of Dodger Blue #069DF6
RGB
CMYK
RGB Variations
Color information
#069DF6 (or 0x069DF6) is known color: Dodger Blue. HEX triplet: 06, 9D and F6. RGB value is (6,157,246). Sum of RGB (Red+Green+Blue) = 6+157+246=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #069DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069DF6 is #F96209. Grayscale: #797979. Windows color (decimal): -16343562 or 16162054. OLE color: 16162054.
HSL color Cylindrical-coordinate representation of color #069DF6: hue angle of 202.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069DF6 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 157 | 246 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.04 |
| HSL | 202.25º | 0.95% | 0.49% | - |
| HSV(B) | 202.25º | 0.98% | 0.96% | - |
| XYZ | 28.77 | 30.81 | 91.62 | - |
| YUV | 122 | 197.97 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 246 | 0.98 | 0.36 | 0 | 0.04 | 202.25 | 0.95 | 0.49 |
| Hex | 6 | 9D | F6 | 62 | 24 | 0 | 4 | CA | 5F | 31 |
| Octal | 6 | 235 | 366 | 142 | 44 | 0 | 4 | 312 | 137 | 61 |
| Binary | 110 | 10011101 | 11110110 | 1100010 | 100100 | 0 | 100 | 11001010 | 1011111 | 110001 |
Color Harmonies of #069DF6
Complementary color
Monochromatic Colors of #069DF6
Black with #069DF6
Text Example
Text Example
White with #069DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DF6; }
p { color: rgb(6,157,246); }
H1.HeaderClassName
{
color: #069DF6;
}
.AnyTagClassName
{
color: #069DF6;
}
</style>
background-color css
<style>
a { background-color: #069DF6; }
a { background-color: rgb(6,157,246); }
div.DivClassName
{
background-color: #069DF6;
}
.BgClassName
{
background-color: #069DF6;
}
</style>
border-color css
<style>
span { border-color: #069DF6; }
span { border-color: rgb(6,157,246); }
td.TdClassName
{
border-color: #069DF6;
}
.TagClassName
{
border-color: #069DF6;
}
</style>