Shades of Dodger Blue #068CF3
Tints of Dodger Blue #068CF3
RGB
CMYK
RGB Variations
Color information
#068CF3 (or 0x068CF3) is known color: Dodger Blue. HEX triplet: 06, 8C and F3. RGB value is (6,140,243). Sum of RGB (Red+Green+Blue) = 6+140+243=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #068CF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CF3 is #F9730C. Grayscale: #6F6F6F. Windows color (decimal): -16347917 or 15961094. OLE color: 15961094.
HSL color Cylindrical-coordinate representation of color #068CF3: hue angle of 206.08º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068CF3 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 140 | 243 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.05 |
| HSL | 206.08º | 0.95% | 0.49% | - |
| HSV(B) | 206.08º | 0.98% | 0.95% | - |
| XYZ | 25.63 | 25.27 | 88.32 | - |
| YUV | 111.68 | 202.11 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 243 | 0.98 | 0.42 | 0 | 0.05 | 206.08 | 0.95 | 0.49 |
| Hex | 6 | 8C | F3 | 62 | 2A | 0 | 5 | CE | 5F | 31 |
| Octal | 6 | 214 | 363 | 142 | 52 | 0 | 5 | 316 | 137 | 61 |
| Binary | 110 | 10001100 | 11110011 | 1100010 | 101010 | 0 | 101 | 11001110 | 1011111 | 110001 |
Color Harmonies of #068CF3
Complementary color
Monochromatic Colors of #068CF3
Black with #068CF3
Text Example
Text Example
White with #068CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CF3; }
p { color: rgb(6,140,243); }
H1.HeaderClassName
{
color: #068CF3;
}
.AnyTagClassName
{
color: #068CF3;
}
</style>
background-color css
<style>
a { background-color: #068CF3; }
a { background-color: rgb(6,140,243); }
div.DivClassName
{
background-color: #068CF3;
}
.BgClassName
{
background-color: #068CF3;
}
</style>
border-color css
<style>
span { border-color: #068CF3; }
span { border-color: rgb(6,140,243); }
td.TdClassName
{
border-color: #068CF3;
}
.TagClassName
{
border-color: #068CF3;
}
</style>