Shades of Dodger Blue #006EFE
Tints of Dodger Blue #006EFE
RGB
CMYK
RGB Variations
Color information
#006EFE (or 0x006EFE) is known color: Dodger Blue. HEX triplet: 00, 6E and FE. RGB value is (0,110,254). Sum of RGB (Red+Green+Blue) = 0+110+254=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #006EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EFE is #FF9101. Grayscale: #5C5C5C. Windows color (decimal): -16748802 or 16674304. OLE color: 16674304.
HSL color Cylindrical-coordinate representation of color #006EFE: hue angle of 214.02º 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 #006EFE is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 110 | 254 | - |
| CMYK | 1 | 0.57 | 0 | 0.00 |
| HSL | 214.02º | 1% | 0.5% | - |
| HSV(B) | 214.02º | 1% | 1% | - |
| XYZ | 23.47 | 18.31 | 96.06 | - |
| YUV | 93.53 | 218.56 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 254 | 1 | 0.57 | 0 | 0.00 | 214.02 | 1 | 0.5 |
| Hex | 0 | 6E | FE | 64 | 39 | 0 | 0 | D6 | 64 | 32 |
| Octal | 0 | 156 | 376 | 144 | 71 | 0 | 0 | 326 | 144 | 62 |
| Binary | 0 | 1101110 | 11111110 | 1100100 | 111001 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #006EFE
Complementary color
Monochromatic Colors of #006EFE
Black with #006EFE
Text Example
Text Example
White with #006EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EFE; }
p { color: rgb(0,110,254); }
H1.HeaderClassName
{
color: #006EFE;
}
.AnyTagClassName
{
color: #006EFE;
}
</style>
background-color css
<style>
a { background-color: #006EFE; }
a { background-color: rgb(0,110,254); }
div.DivClassName
{
background-color: #006EFE;
}
.BgClassName
{
background-color: #006EFE;
}
</style>
border-color css
<style>
span { border-color: #006EFE; }
span { border-color: rgb(0,110,254); }
td.TdClassName
{
border-color: #006EFE;
}
.TagClassName
{
border-color: #006EFE;
}
</style>