Shades of Dodger Blue #069DF8
Tints of Dodger Blue #069DF8
RGB
CMYK
RGB Variations
Color information
#069DF8 (or 0x069DF8) is known color: Dodger Blue. HEX triplet: 06, 9D and F8. RGB value is (6,157,248). Sum of RGB (Red+Green+Blue) = 6+157+248=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #069DF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069DF8 is #F96207. Grayscale: #797979. Windows color (decimal): -16343560 or 16293126. OLE color: 16293126.
HSL color Cylindrical-coordinate representation of color #069DF8: hue angle of 202.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069DF8 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 157 | 248 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.03 |
| HSL | 202.56º | 0.95% | 0.5% | - |
| HSV(B) | 202.56º | 0.98% | 0.97% | - |
| XYZ | 29.08 | 30.93 | 93.24 | - |
| YUV | 122.23 | 198.97 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 248 | 0.98 | 0.37 | 0 | 0.03 | 202.56 | 0.95 | 0.5 |
| Hex | 6 | 9D | F8 | 62 | 25 | 0 | 3 | CB | 5F | 32 |
| Octal | 6 | 235 | 370 | 142 | 45 | 0 | 3 | 313 | 137 | 62 |
| Binary | 110 | 10011101 | 11111000 | 1100010 | 100101 | 0 | 11 | 11001011 | 1011111 | 110010 |
Color Harmonies of #069DF8
Complementary color
Monochromatic Colors of #069DF8
Black with #069DF8
Text Example
Text Example
White with #069DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DF8; }
p { color: rgb(6,157,248); }
H1.HeaderClassName
{
color: #069DF8;
}
.AnyTagClassName
{
color: #069DF8;
}
</style>
background-color css
<style>
a { background-color: #069DF8; }
a { background-color: rgb(6,157,248); }
div.DivClassName
{
background-color: #069DF8;
}
.BgClassName
{
background-color: #069DF8;
}
</style>
border-color css
<style>
span { border-color: #069DF8; }
span { border-color: rgb(6,157,248); }
td.TdClassName
{
border-color: #069DF8;
}
.TagClassName
{
border-color: #069DF8;
}
</style>