Shades of Dodger Blue #068BFE
Tints of Dodger Blue #068BFE
RGB
CMYK
RGB Variations
Color information
#068BFE (or 0x068BFE) is known color: Dodger Blue. HEX triplet: 06, 8B and FE. RGB value is (6,139,254). Sum of RGB (Red+Green+Blue) = 6+139+254=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #068BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BFE is #F97401. Grayscale: #6F6F6F. Windows color (decimal): -16348162 or 16681734. OLE color: 16681734.
HSL color Cylindrical-coordinate representation of color #068BFE: hue angle of 207.82º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068BFE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 139 | 254 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.00 |
| HSL | 207.82º | 0.99% | 0.51% | - |
| HSV(B) | 207.82º | 0.98% | 1% | - |
| XYZ | 27.2 | 25.66 | 97.29 | - |
| YUV | 112.34 | 207.94 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 254 | 0.98 | 0.45 | 0 | 0.00 | 207.82 | 0.99 | 0.51 |
| Hex | 6 | 8B | FE | 62 | 2D | 0 | 0 | D0 | 63 | 33 |
| Octal | 6 | 213 | 376 | 142 | 55 | 0 | 0 | 320 | 143 | 63 |
| Binary | 110 | 10001011 | 11111110 | 1100010 | 101101 | 0 | 0 | 11010000 | 1100011 | 110011 |
Color Harmonies of #068BFE
Complementary color
Monochromatic Colors of #068BFE
Black with #068BFE
Text Example
Text Example
White with #068BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BFE; }
p { color: rgb(6,139,254); }
H1.HeaderClassName
{
color: #068BFE;
}
.AnyTagClassName
{
color: #068BFE;
}
</style>
background-color css
<style>
a { background-color: #068BFE; }
a { background-color: rgb(6,139,254); }
div.DivClassName
{
background-color: #068BFE;
}
.BgClassName
{
background-color: #068BFE;
}
</style>
border-color css
<style>
span { border-color: #068BFE; }
span { border-color: rgb(6,139,254); }
td.TdClassName
{
border-color: #068BFE;
}
.TagClassName
{
border-color: #068BFE;
}
</style>