Shades of Dodger Blue #069BF8
Tints of Dodger Blue #069BF8
RGB
CMYK
RGB Variations
Color information
#069BF8 (or 0x069BF8) is known color: Dodger Blue. HEX triplet: 06, 9B and F8. RGB value is (6,155,248). Sum of RGB (Red+Green+Blue) = 6+155+248=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #069BF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BF8 is #F96407. Grayscale: #787878. Windows color (decimal): -16344072 or 16292614. OLE color: 16292614.
HSL color Cylindrical-coordinate representation of color #069BF8: hue angle of 203.06º 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 #069BF8 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 155 | 248 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.03 |
| HSL | 203.06º | 0.95% | 0.5% | - |
| HSV(B) | 203.06º | 0.98% | 0.97% | - |
| XYZ | 28.74 | 30.26 | 93.13 | - |
| YUV | 121.05 | 199.64 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 248 | 0.98 | 0.38 | 0 | 0.03 | 203.06 | 0.95 | 0.5 |
| Hex | 6 | 9B | F8 | 62 | 26 | 0 | 3 | CB | 5F | 32 |
| Octal | 6 | 233 | 370 | 142 | 46 | 0 | 3 | 313 | 137 | 62 |
| Binary | 110 | 10011011 | 11111000 | 1100010 | 100110 | 0 | 11 | 11001011 | 1011111 | 110010 |
Color Harmonies of #069BF8
Complementary color
Monochromatic Colors of #069BF8
Black with #069BF8
Text Example
Text Example
White with #069BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BF8; }
p { color: rgb(6,155,248); }
H1.HeaderClassName
{
color: #069BF8;
}
.AnyTagClassName
{
color: #069BF8;
}
</style>
background-color css
<style>
a { background-color: #069BF8; }
a { background-color: rgb(6,155,248); }
div.DivClassName
{
background-color: #069BF8;
}
.BgClassName
{
background-color: #069BF8;
}
</style>
border-color css
<style>
span { border-color: #069BF8; }
span { border-color: rgb(6,155,248); }
td.TdClassName
{
border-color: #069BF8;
}
.TagClassName
{
border-color: #069BF8;
}
</style>