Shades of Dodger Blue #069AF6
Tints of Dodger Blue #069AF6
RGB
CMYK
RGB Variations
Color information
#069AF6 (or 0x069AF6) is known color: Dodger Blue. HEX triplet: 06, 9A and F6. RGB value is (6,154,246). Sum of RGB (Red+Green+Blue) = 6+154+246=406 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #069AF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069AF6 is #F96509. Grayscale: #777777. Windows color (decimal): -16344330 or 16161286. OLE color: 16161286.
HSL color Cylindrical-coordinate representation of color #069AF6: hue angle of 203º 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 #069AF6 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 154 | 246 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.04 |
| HSL | 203º | 0.95% | 0.49% | - |
| HSV(B) | 203º | 0.98% | 0.96% | - |
| XYZ | 28.27 | 29.8 | 91.45 | - |
| YUV | 120.24 | 198.97 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 246 | 0.98 | 0.37 | 0 | 0.04 | 203 | 0.95 | 0.49 |
| Hex | 6 | 9A | F6 | 62 | 25 | 0 | 4 | CB | 5F | 31 |
| Octal | 6 | 232 | 366 | 142 | 45 | 0 | 4 | 313 | 137 | 61 |
| Binary | 110 | 10011010 | 11110110 | 1100010 | 100101 | 0 | 100 | 11001011 | 1011111 | 110001 |
Color Harmonies of #069AF6
Complementary color
Monochromatic Colors of #069AF6
Black with #069AF6
Text Example
Text Example
White with #069AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069AF6; }
p { color: rgb(6,154,246); }
H1.HeaderClassName
{
color: #069AF6;
}
.AnyTagClassName
{
color: #069AF6;
}
</style>
background-color css
<style>
a { background-color: #069AF6; }
a { background-color: rgb(6,154,246); }
div.DivClassName
{
background-color: #069AF6;
}
.BgClassName
{
background-color: #069AF6;
}
</style>
border-color css
<style>
span { border-color: #069AF6; }
span { border-color: rgb(6,154,246); }
td.TdClassName
{
border-color: #069AF6;
}
.TagClassName
{
border-color: #069AF6;
}
</style>