Shades of Dodger Blue #068DFB
Tints of Dodger Blue #068DFB
RGB
CMYK
RGB Variations
Color information
#068DFB (or 0x068DFB) is known color: Dodger Blue. HEX triplet: 06, 8D and FB. RGB value is (6,141,251). Sum of RGB (Red+Green+Blue) = 6+141+251=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #068DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DFB is #F97204. Grayscale: #707070. Windows color (decimal): -16347653 or 16485638. OLE color: 16485638.
HSL color Cylindrical-coordinate representation of color #068DFB: hue angle of 206.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068DFB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 141 | 251 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.02 |
| HSL | 206.94º | 0.97% | 0.5% | - |
| HSV(B) | 206.94º | 0.98% | 0.98% | - |
| XYZ | 27.01 | 26.05 | 94.87 | - |
| YUV | 113.18 | 205.77 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 251 | 0.98 | 0.44 | 0 | 0.02 | 206.94 | 0.97 | 0.5 |
| Hex | 6 | 8D | FB | 62 | 2C | 0 | 2 | CF | 61 | 32 |
| Octal | 6 | 215 | 373 | 142 | 54 | 0 | 2 | 317 | 141 | 62 |
| Binary | 110 | 10001101 | 11111011 | 1100010 | 101100 | 0 | 10 | 11001111 | 1100001 | 110010 |
Color Harmonies of #068DFB
Complementary color
Monochromatic Colors of #068DFB
Black with #068DFB
Text Example
Text Example
White with #068DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DFB; }
p { color: rgb(6,141,251); }
H1.HeaderClassName
{
color: #068DFB;
}
.AnyTagClassName
{
color: #068DFB;
}
</style>
background-color css
<style>
a { background-color: #068DFB; }
a { background-color: rgb(6,141,251); }
div.DivClassName
{
background-color: #068DFB;
}
.BgClassName
{
background-color: #068DFB;
}
</style>
border-color css
<style>
span { border-color: #068DFB; }
span { border-color: rgb(6,141,251); }
td.TdClassName
{
border-color: #068DFB;
}
.TagClassName
{
border-color: #068DFB;
}
</style>