Shades of Dodger Blue #068CE9
Tints of Dodger Blue #068CE9
RGB
CMYK
RGB Variations
Color information
#068CE9 (or 0x068CE9) is known color: Dodger Blue. HEX triplet: 06, 8C and E9. RGB value is (6,140,233). Sum of RGB (Red+Green+Blue) = 6+140+233=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #068CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CE9 is #F97316. Grayscale: #6E6E6E. Windows color (decimal): -16347927 or 15305734. OLE color: 15305734.
HSL color Cylindrical-coordinate representation of color #068CE9: hue angle of 204.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CE9 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 140 | 233 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.09 |
| HSL | 204.58º | 0.95% | 0.47% | - |
| HSV(B) | 204.58º | 0.97% | 0.91% | - |
| XYZ | 24.16 | 24.68 | 80.58 | - |
| YUV | 110.54 | 197.11 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 233 | 0.97 | 0.40 | 0 | 0.09 | 204.58 | 0.95 | 0.47 |
| Hex | 6 | 8C | E9 | 61 | 28 | 0 | 9 | CD | 5F | 2F |
| Octal | 6 | 214 | 351 | 141 | 50 | 0 | 11 | 315 | 137 | 57 |
| Binary | 110 | 10001100 | 11101001 | 1100001 | 101000 | 0 | 1001 | 11001101 | 1011111 | 101111 |
Color Harmonies of #068CE9
Complementary color
Monochromatic Colors of #068CE9
Black with #068CE9
Text Example
Text Example
White with #068CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CE9; }
p { color: rgb(6,140,233); }
H1.HeaderClassName
{
color: #068CE9;
}
.AnyTagClassName
{
color: #068CE9;
}
</style>
background-color css
<style>
a { background-color: #068CE9; }
a { background-color: rgb(6,140,233); }
div.DivClassName
{
background-color: #068CE9;
}
.BgClassName
{
background-color: #068CE9;
}
</style>
border-color css
<style>
span { border-color: #068CE9; }
span { border-color: rgb(6,140,233); }
td.TdClassName
{
border-color: #068CE9;
}
.TagClassName
{
border-color: #068CE9;
}
</style>