Shades of Dodger Blue #069AFF
Tints of Dodger Blue #069AFF
RGB
CMYK
RGB Variations
Color information
#069AFF (or 0x069AFF) is known color: Dodger Blue. HEX triplet: 06, 9A and FF. RGB value is (6,154,255). Sum of RGB (Red+Green+Blue) = 6+154+255=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #069AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069AFF is #F96500. Grayscale: #787878. Windows color (decimal): -16344321 or 16751110. OLE color: 16751110.
HSL color Cylindrical-coordinate representation of color #069AFF: hue angle of 204.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069AFF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 154 | 255 | - |
| CMYK | 0.98 | 0.40 | 0 | 0 |
| HSL | 204.34º | 1% | 0.51% | - |
| HSV(B) | 204.34º | 0.98% | 1% | - |
| XYZ | 29.68 | 30.37 | 98.91 | - |
| YUV | 121.26 | 203.47 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 255 | 0.98 | 0.40 | 0 | 0 | 204.34 | 1 | 0.51 |
| Hex | 6 | 9A | FF | 62 | 28 | 0 | 0 | CC | 64 | 33 |
| Octal | 6 | 232 | 377 | 142 | 50 | 0 | 0 | 314 | 144 | 63 |
| Binary | 110 | 10011010 | 11111111 | 1100010 | 101000 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #069AFF
Complementary color
Monochromatic Colors of #069AFF
Black with #069AFF
Text Example
Text Example
White with #069AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069AFF; }
p { color: rgb(6,154,255); }
H1.HeaderClassName
{
color: #069AFF;
}
.AnyTagClassName
{
color: #069AFF;
}
</style>
background-color css
<style>
a { background-color: #069AFF; }
a { background-color: rgb(6,154,255); }
div.DivClassName
{
background-color: #069AFF;
}
.BgClassName
{
background-color: #069AFF;
}
</style>
border-color css
<style>
span { border-color: #069AFF; }
span { border-color: rgb(6,154,255); }
td.TdClassName
{
border-color: #069AFF;
}
.TagClassName
{
border-color: #069AFF;
}
</style>