Shades of Dodger Blue #068FFC
Tints of Dodger Blue #068FFC
RGB
CMYK
RGB Variations
Color information
#068FFC (or 0x068FFC) is known color: Dodger Blue. HEX triplet: 06, 8F and FC. RGB value is (6,143,252). Sum of RGB (Red+Green+Blue) = 6+143+252=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #068FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068FFC is #F97003. Grayscale: #717171. Windows color (decimal): -16347140 or 16551686. OLE color: 16551686.
HSL color Cylindrical-coordinate representation of color #068FFC: hue angle of 206.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068FFC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 143 | 252 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.01 |
| HSL | 206.59º | 0.98% | 0.51% | - |
| HSV(B) | 206.59º | 0.98% | 0.99% | - |
| XYZ | 27.47 | 26.71 | 95.8 | - |
| YUV | 114.46 | 205.61 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 252 | 0.98 | 0.43 | 0 | 0.01 | 206.59 | 0.98 | 0.51 |
| Hex | 6 | 8F | FC | 62 | 2B | 0 | 1 | CF | 62 | 33 |
| Octal | 6 | 217 | 374 | 142 | 53 | 0 | 1 | 317 | 142 | 63 |
| Binary | 110 | 10001111 | 11111100 | 1100010 | 101011 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #068FFC
Complementary color
Monochromatic Colors of #068FFC
Black with #068FFC
Text Example
Text Example
White with #068FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FFC; }
p { color: rgb(6,143,252); }
H1.HeaderClassName
{
color: #068FFC;
}
.AnyTagClassName
{
color: #068FFC;
}
</style>
background-color css
<style>
a { background-color: #068FFC; }
a { background-color: rgb(6,143,252); }
div.DivClassName
{
background-color: #068FFC;
}
.BgClassName
{
background-color: #068FFC;
}
</style>
border-color css
<style>
span { border-color: #068FFC; }
span { border-color: rgb(6,143,252); }
td.TdClassName
{
border-color: #068FFC;
}
.TagClassName
{
border-color: #068FFC;
}
</style>