Shades of Dodger Blue #068DF2
Tints of Dodger Blue #068DF2
RGB
CMYK
RGB Variations
Color information
#068DF2 (or 0x068DF2) is known color: Dodger Blue. HEX triplet: 06, 8D and F2. RGB value is (6,141,242). Sum of RGB (Red+Green+Blue) = 6+141+242=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #068DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DF2 is #F9720D. Grayscale: #6F6F6F. Windows color (decimal): -16347662 or 15895814. OLE color: 15895814.
HSL color Cylindrical-coordinate representation of color #068DF2: hue angle of 205.68º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068DF2 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 141 | 242 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.05 |
| HSL | 205.68º | 0.95% | 0.49% | - |
| HSV(B) | 205.68º | 0.98% | 0.95% | - |
| XYZ | 25.63 | 25.5 | 87.58 | - |
| YUV | 112.15 | 201.27 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 242 | 0.98 | 0.42 | 0 | 0.05 | 205.68 | 0.95 | 0.49 |
| Hex | 6 | 8D | F2 | 62 | 2A | 0 | 5 | CE | 5F | 31 |
| Octal | 6 | 215 | 362 | 142 | 52 | 0 | 5 | 316 | 137 | 61 |
| Binary | 110 | 10001101 | 11110010 | 1100010 | 101010 | 0 | 101 | 11001110 | 1011111 | 110001 |
Color Harmonies of #068DF2
Complementary color
Monochromatic Colors of #068DF2
Black with #068DF2
Text Example
Text Example
White with #068DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DF2; }
p { color: rgb(6,141,242); }
H1.HeaderClassName
{
color: #068DF2;
}
.AnyTagClassName
{
color: #068DF2;
}
</style>
background-color css
<style>
a { background-color: #068DF2; }
a { background-color: rgb(6,141,242); }
div.DivClassName
{
background-color: #068DF2;
}
.BgClassName
{
background-color: #068DF2;
}
</style>
border-color css
<style>
span { border-color: #068DF2; }
span { border-color: rgb(6,141,242); }
td.TdClassName
{
border-color: #068DF2;
}
.TagClassName
{
border-color: #068DF2;
}
</style>