Shades of Dodger Blue #068BF0
Tints of Dodger Blue #068BF0
RGB
CMYK
RGB Variations
Color information
#068BF0 (or 0x068BF0) is known color: Dodger Blue. HEX triplet: 06, 8B and F0. RGB value is (6,139,240). Sum of RGB (Red+Green+Blue) = 6+139+240=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #068BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BF0 is #F9740F. Grayscale: #6E6E6E. Windows color (decimal): -16348176 or 15764230. OLE color: 15764230.
HSL color Cylindrical-coordinate representation of color #068BF0: hue angle of 205.9º 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 #068BF0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 139 | 240 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.06 |
| HSL | 205.9º | 0.95% | 0.48% | - |
| HSV(B) | 205.9º | 0.98% | 0.94% | - |
| XYZ | 25.04 | 24.8 | 85.9 | - |
| YUV | 110.75 | 200.94 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 240 | 0.98 | 0.42 | 0 | 0.06 | 205.9 | 0.95 | 0.48 |
| Hex | 6 | 8B | F0 | 62 | 2A | 0 | 6 | CE | 5F | 30 |
| Octal | 6 | 213 | 360 | 142 | 52 | 0 | 6 | 316 | 137 | 60 |
| Binary | 110 | 10001011 | 11110000 | 1100010 | 101010 | 0 | 110 | 11001110 | 1011111 | 110000 |
Color Harmonies of #068BF0
Complementary color
Monochromatic Colors of #068BF0
Black with #068BF0
Text Example
Text Example
White with #068BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BF0; }
p { color: rgb(6,139,240); }
H1.HeaderClassName
{
color: #068BF0;
}
.AnyTagClassName
{
color: #068BF0;
}
</style>
background-color css
<style>
a { background-color: #068BF0; }
a { background-color: rgb(6,139,240); }
div.DivClassName
{
background-color: #068BF0;
}
.BgClassName
{
background-color: #068BF0;
}
</style>
border-color css
<style>
span { border-color: #068BF0; }
span { border-color: rgb(6,139,240); }
td.TdClassName
{
border-color: #068BF0;
}
.TagClassName
{
border-color: #068BF0;
}
</style>