Shades of Dodger Blue #068DF0
Tints of Dodger Blue #068DF0
RGB
CMYK
RGB Variations
Color information
#068DF0 (or 0x068DF0) is known color: Dodger Blue. HEX triplet: 06, 8D and F0. RGB value is (6,141,240). Sum of RGB (Red+Green+Blue) = 6+141+240=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #068DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DF0 is #F9720F. Grayscale: #6F6F6F. Windows color (decimal): -16347664 or 15764742. OLE color: 15764742.
HSL color Cylindrical-coordinate representation of color #068DF0: hue angle of 205.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068DF0 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 141 | 240 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.06 |
| HSL | 205.38º | 0.95% | 0.48% | - |
| HSV(B) | 205.38º | 0.98% | 0.94% | - |
| XYZ | 25.33 | 25.38 | 86 | - |
| YUV | 111.92 | 200.27 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 240 | 0.98 | 0.41 | 0 | 0.06 | 205.38 | 0.95 | 0.48 |
| Hex | 6 | 8D | F0 | 62 | 29 | 0 | 6 | CD | 5F | 30 |
| Octal | 6 | 215 | 360 | 142 | 51 | 0 | 6 | 315 | 137 | 60 |
| Binary | 110 | 10001101 | 11110000 | 1100010 | 101001 | 0 | 110 | 11001101 | 1011111 | 110000 |
Color Harmonies of #068DF0
Complementary color
Monochromatic Colors of #068DF0
Black with #068DF0
Text Example
Text Example
White with #068DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DF0; }
p { color: rgb(6,141,240); }
H1.HeaderClassName
{
color: #068DF0;
}
.AnyTagClassName
{
color: #068DF0;
}
</style>
background-color css
<style>
a { background-color: #068DF0; }
a { background-color: rgb(6,141,240); }
div.DivClassName
{
background-color: #068DF0;
}
.BgClassName
{
background-color: #068DF0;
}
</style>
border-color css
<style>
span { border-color: #068DF0; }
span { border-color: rgb(6,141,240); }
td.TdClassName
{
border-color: #068DF0;
}
.TagClassName
{
border-color: #068DF0;
}
</style>