Shades of Dodger Blue #0680E8
Tints of Dodger Blue #0680E8
RGB
CMYK
RGB Variations
Color information
#0680E8 (or 0x0680E8) is known color: Dodger Blue. HEX triplet: 06, 80 and E8. RGB value is (6,128,232). Sum of RGB (Red+Green+Blue) = 6+128+232=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #0680E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0680E8 is #F97F17. Grayscale: #666666. Windows color (decimal): -16351000 or 15237126. OLE color: 15237126.
HSL color Cylindrical-coordinate representation of color #0680E8: hue angle of 207.61º 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 #0680E8 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 128 | 232 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.09 |
| HSL | 207.61º | 0.95% | 0.47% | - |
| HSV(B) | 207.61º | 0.97% | 0.91% | - |
| XYZ | 22.36 | 21.3 | 79.28 | - |
| YUV | 103.38 | 200.58 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 232 | 0.97 | 0.45 | 0 | 0.09 | 207.61 | 0.95 | 0.47 |
| Hex | 6 | 80 | E8 | 61 | 2D | 0 | 9 | D0 | 5F | 2F |
| Octal | 6 | 200 | 350 | 141 | 55 | 0 | 11 | 320 | 137 | 57 |
| Binary | 110 | 10000000 | 11101000 | 1100001 | 101101 | 0 | 1001 | 11010000 | 1011111 | 101111 |
Color Harmonies of #0680E8
Complementary color
Monochromatic Colors of #0680E8
Black with #0680E8
Text Example
Text Example
White with #0680E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680E8; }
p { color: rgb(6,128,232); }
H1.HeaderClassName
{
color: #0680E8;
}
.AnyTagClassName
{
color: #0680E8;
}
</style>
background-color css
<style>
a { background-color: #0680E8; }
a { background-color: rgb(6,128,232); }
div.DivClassName
{
background-color: #0680E8;
}
.BgClassName
{
background-color: #0680E8;
}
</style>
border-color css
<style>
span { border-color: #0680E8; }
span { border-color: rgb(6,128,232); }
td.TdClassName
{
border-color: #0680E8;
}
.TagClassName
{
border-color: #0680E8;
}
</style>