Shades of Dodger Blue #0680E9
Tints of Dodger Blue #0680E9
RGB
CMYK
RGB Variations
Color information
#0680E9 (or 0x0680E9) is known color: Dodger Blue. HEX triplet: 06, 80 and E9. RGB value is (6,128,233). Sum of RGB (Red+Green+Blue) = 6+128+233=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 233 (91.41% from 255 or 63.49% from 367); Max value from RGB is 233 - color contains mainly: blue. Hex color #0680E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0680E9 is #F97F16. Grayscale: #666666. Windows color (decimal): -16350999 or 15302662. OLE color: 15302662.
HSL color Cylindrical-coordinate representation of color #0680E9: hue angle of 207.75º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680E9 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 128 | 233 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.09 |
| HSL | 207.75º | 0.95% | 0.47% | - |
| HSV(B) | 207.75º | 0.97% | 0.91% | - |
| XYZ | 22.5 | 21.36 | 80.03 | - |
| YUV | 103.49 | 201.08 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 233 | 0.97 | 0.45 | 0 | 0.09 | 207.75 | 0.95 | 0.47 |
| Hex | 6 | 80 | E9 | 61 | 2D | 0 | 9 | D0 | 5F | 2F |
| Octal | 6 | 200 | 351 | 141 | 55 | 0 | 11 | 320 | 137 | 57 |
| Binary | 110 | 10000000 | 11101001 | 1100001 | 101101 | 0 | 1001 | 11010000 | 1011111 | 101111 |
Color Harmonies of #0680E9
Complementary color
Monochromatic Colors of #0680E9
Black with #0680E9
Text Example
Text Example
White with #0680E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680E9; }
p { color: rgb(6,128,233); }
H1.HeaderClassName
{
color: #0680E9;
}
.AnyTagClassName
{
color: #0680E9;
}
</style>
background-color css
<style>
a { background-color: #0680E9; }
a { background-color: rgb(6,128,233); }
div.DivClassName
{
background-color: #0680E9;
}
.BgClassName
{
background-color: #0680E9;
}
</style>
border-color css
<style>
span { border-color: #0680E9; }
span { border-color: rgb(6,128,233); }
td.TdClassName
{
border-color: #0680E9;
}
.TagClassName
{
border-color: #0680E9;
}
</style>