Shades of Dodger Blue #068CFC
Tints of Dodger Blue #068CFC
RGB
CMYK
RGB Variations
Color information
#068CFC (or 0x068CFC) is known color: Dodger Blue. HEX triplet: 06, 8C and FC. RGB value is (6,140,252). Sum of RGB (Red+Green+Blue) = 6+140+252=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #068CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CFC is #F97303. Grayscale: #707070. Windows color (decimal): -16347908 or 16550918. OLE color: 16550918.
HSL color Cylindrical-coordinate representation of color #068CFC: hue angle of 207.32º 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 #068CFC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 140 | 252 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.01 |
| HSL | 207.32º | 0.98% | 0.51% | - |
| HSV(B) | 207.32º | 0.98% | 0.99% | - |
| XYZ | 27.02 | 25.82 | 95.66 | - |
| YUV | 112.7 | 206.61 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 252 | 0.98 | 0.44 | 0 | 0.01 | 207.32 | 0.98 | 0.51 |
| Hex | 6 | 8C | FC | 62 | 2C | 0 | 1 | CF | 62 | 33 |
| Octal | 6 | 214 | 374 | 142 | 54 | 0 | 1 | 317 | 142 | 63 |
| Binary | 110 | 10001100 | 11111100 | 1100010 | 101100 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #068CFC
Complementary color
Monochromatic Colors of #068CFC
Black with #068CFC
Text Example
Text Example
White with #068CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CFC; }
p { color: rgb(6,140,252); }
H1.HeaderClassName
{
color: #068CFC;
}
.AnyTagClassName
{
color: #068CFC;
}
</style>
background-color css
<style>
a { background-color: #068CFC; }
a { background-color: rgb(6,140,252); }
div.DivClassName
{
background-color: #068CFC;
}
.BgClassName
{
background-color: #068CFC;
}
</style>
border-color css
<style>
span { border-color: #068CFC; }
span { border-color: rgb(6,140,252); }
td.TdClassName
{
border-color: #068CFC;
}
.TagClassName
{
border-color: #068CFC;
}
</style>