Shades of Dodger Blue #0688E5
Tints of Dodger Blue #0688E5
RGB
CMYK
RGB Variations
Color information
#0688E5 (or 0x0688E5) is known color: Dodger Blue. HEX triplet: 06, 88 and E5. RGB value is (6,136,229). Sum of RGB (Red+Green+Blue) = 6+136+229=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #0688E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0688E5 is #F9771A. Grayscale: #6B6B6B. Windows color (decimal): -16348955 or 15042566. OLE color: 15042566.
HSL color Cylindrical-coordinate representation of color #0688E5: hue angle of 205.02º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0688E5 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 136 | 229 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.10 |
| HSL | 205.02º | 0.95% | 0.46% | - |
| HSV(B) | 205.02º | 0.97% | 0.9% | - |
| XYZ | 23.02 | 23.3 | 77.41 | - |
| YUV | 107.73 | 196.43 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 229 | 0.97 | 0.41 | 0 | 0.10 | 205.02 | 0.95 | 0.46 |
| Hex | 6 | 88 | E5 | 61 | 29 | 0 | A | CD | 5F | 2E |
| Octal | 6 | 210 | 345 | 141 | 51 | 0 | 12 | 315 | 137 | 56 |
| Binary | 110 | 10001000 | 11100101 | 1100001 | 101001 | 0 | 1010 | 11001101 | 1011111 | 101110 |
Color Harmonies of #0688E5
Complementary color
Monochromatic Colors of #0688E5
Black with #0688E5
Text Example
Text Example
White with #0688E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0688E5; }
p { color: rgb(6,136,229); }
H1.HeaderClassName
{
color: #0688E5;
}
.AnyTagClassName
{
color: #0688E5;
}
</style>
background-color css
<style>
a { background-color: #0688E5; }
a { background-color: rgb(6,136,229); }
div.DivClassName
{
background-color: #0688E5;
}
.BgClassName
{
background-color: #0688E5;
}
</style>
border-color css
<style>
span { border-color: #0688E5; }
span { border-color: rgb(6,136,229); }
td.TdClassName
{
border-color: #0688E5;
}
.TagClassName
{
border-color: #0688E5;
}
</style>