Shades of Dodger Blue #0683EB
Tints of Dodger Blue #0683EB
RGB
CMYK
RGB Variations
Color information
#0683EB (or 0x0683EB) is known color: Dodger Blue. HEX triplet: 06, 83 and EB. RGB value is (6,131,235). Sum of RGB (Red+Green+Blue) = 6+131+235=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #0683EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0683EB is #F97C14. Grayscale: #686868. Windows color (decimal): -16350229 or 15434502. OLE color: 15434502.
HSL color Cylindrical-coordinate representation of color #0683EB: hue angle of 207.25º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0683EB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 131 | 235 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.08 |
| HSL | 207.25º | 0.95% | 0.47% | - |
| HSV(B) | 207.25º | 0.97% | 0.92% | - |
| XYZ | 23.19 | 22.27 | 81.67 | - |
| YUV | 105.48 | 201.09 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 235 | 0.97 | 0.44 | 0 | 0.08 | 207.25 | 0.95 | 0.47 |
| Hex | 6 | 83 | EB | 61 | 2C | 0 | 8 | CF | 5F | 2F |
| Octal | 6 | 203 | 353 | 141 | 54 | 0 | 10 | 317 | 137 | 57 |
| Binary | 110 | 10000011 | 11101011 | 1100001 | 101100 | 0 | 1000 | 11001111 | 1011111 | 101111 |
Color Harmonies of #0683EB
Complementary color
Monochromatic Colors of #0683EB
Black with #0683EB
Text Example
Text Example
White with #0683EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0683EB; }
p { color: rgb(6,131,235); }
H1.HeaderClassName
{
color: #0683EB;
}
.AnyTagClassName
{
color: #0683EB;
}
</style>
background-color css
<style>
a { background-color: #0683EB; }
a { background-color: rgb(6,131,235); }
div.DivClassName
{
background-color: #0683EB;
}
.BgClassName
{
background-color: #0683EB;
}
</style>
border-color css
<style>
span { border-color: #0683EB; }
span { border-color: rgb(6,131,235); }
td.TdClassName
{
border-color: #0683EB;
}
.TagClassName
{
border-color: #0683EB;
}
</style>