Shades of Dodger Blue #006DFE
Tints of Dodger Blue #006DFE
RGB
CMYK
RGB Variations
Color information
#006DFE (or 0x006DFE) is known color: Dodger Blue. HEX triplet: 00, 6D and FE. RGB value is (0,109,254). Sum of RGB (Red+Green+Blue) = 0+109+254=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #006DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DFE is #FF9201. Grayscale: #5C5C5C. Windows color (decimal): -16749058 or 16674048. OLE color: 16674048.
HSL color Cylindrical-coordinate representation of color #006DFE: hue angle of 214.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DFE is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 109 | 254 | - |
| CMYK | 1 | 0.57 | 0 | 0.00 |
| HSL | 214.25º | 1% | 0.5% | - |
| HSV(B) | 214.25º | 1% | 1% | - |
| XYZ | 23.36 | 18.09 | 96.03 | - |
| YUV | 92.94 | 218.89 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 254 | 1 | 0.57 | 0 | 0.00 | 214.25 | 1 | 0.5 |
| Hex | 0 | 6D | FE | 64 | 39 | 0 | 0 | D6 | 64 | 32 |
| Octal | 0 | 155 | 376 | 144 | 71 | 0 | 0 | 326 | 144 | 62 |
| Binary | 0 | 1101101 | 11111110 | 1100100 | 111001 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #006DFE
Complementary color
Monochromatic Colors of #006DFE
Black with #006DFE
Text Example
Text Example
White with #006DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DFE; }
p { color: rgb(0,109,254); }
H1.HeaderClassName
{
color: #006DFE;
}
.AnyTagClassName
{
color: #006DFE;
}
</style>
background-color css
<style>
a { background-color: #006DFE; }
a { background-color: rgb(0,109,254); }
div.DivClassName
{
background-color: #006DFE;
}
.BgClassName
{
background-color: #006DFE;
}
</style>
border-color css
<style>
span { border-color: #006DFE; }
span { border-color: rgb(0,109,254); }
td.TdClassName
{
border-color: #006DFE;
}
.TagClassName
{
border-color: #006DFE;
}
</style>