Shades of Dodger Blue #068BEA
Tints of Dodger Blue #068BEA
RGB
CMYK
RGB Variations
Color information
#068BEA (or 0x068BEA) is known color: Dodger Blue. HEX triplet: 06, 8B and EA. RGB value is (6,139,234). Sum of RGB (Red+Green+Blue) = 6+139+234=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #068BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BEA is #F97415. Grayscale: #6D6D6D. Windows color (decimal): -16348182 or 15371014. OLE color: 15371014.
HSL color Cylindrical-coordinate representation of color #068BEA: hue angle of 205º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BEA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 139 | 234 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.08 |
| HSL | 205º | 0.95% | 0.47% | - |
| HSV(B) | 205º | 0.97% | 0.92% | - |
| XYZ | 24.16 | 24.44 | 81.29 | - |
| YUV | 110.06 | 197.94 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 234 | 0.97 | 0.41 | 0 | 0.08 | 205 | 0.95 | 0.47 |
| Hex | 6 | 8B | EA | 61 | 29 | 0 | 8 | CD | 5F | 2F |
| Octal | 6 | 213 | 352 | 141 | 51 | 0 | 10 | 315 | 137 | 57 |
| Binary | 110 | 10001011 | 11101010 | 1100001 | 101001 | 0 | 1000 | 11001101 | 1011111 | 101111 |
Color Harmonies of #068BEA
Complementary color
Monochromatic Colors of #068BEA
Black with #068BEA
Text Example
Text Example
White with #068BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BEA; }
p { color: rgb(6,139,234); }
H1.HeaderClassName
{
color: #068BEA;
}
.AnyTagClassName
{
color: #068BEA;
}
</style>
background-color css
<style>
a { background-color: #068BEA; }
a { background-color: rgb(6,139,234); }
div.DivClassName
{
background-color: #068BEA;
}
.BgClassName
{
background-color: #068BEA;
}
</style>
border-color css
<style>
span { border-color: #068BEA; }
span { border-color: rgb(6,139,234); }
td.TdClassName
{
border-color: #068BEA;
}
.TagClassName
{
border-color: #068BEA;
}
</style>