Shades of Dodger Blue #006EFC
Tints of Dodger Blue #006EFC
RGB
CMYK
RGB Variations
Color information
#006EFC (or 0x006EFC) is known color: Dodger Blue. HEX triplet: 00, 6E and FC. RGB value is (0,110,252). Sum of RGB (Red+Green+Blue) = 0+110+252=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #006EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EFC is #FF9103. Grayscale: #5C5C5C. Windows color (decimal): -16748804 or 16543232. OLE color: 16543232.
HSL color Cylindrical-coordinate representation of color #006EFC: hue angle of 213.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EFC is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 110 | 252 | - |
| CMYK | 1 | 0.56 | 0 | 0.01 |
| HSL | 213.81º | 1% | 0.49% | - |
| HSV(B) | 213.81º | 1% | 0.99% | - |
| XYZ | 23.15 | 18.18 | 94.38 | - |
| YUV | 93.3 | 217.56 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 252 | 1 | 0.56 | 0 | 0.01 | 213.81 | 1 | 0.49 |
| Hex | 0 | 6E | FC | 64 | 38 | 0 | 1 | D6 | 64 | 31 |
| Octal | 0 | 156 | 374 | 144 | 70 | 0 | 1 | 326 | 144 | 61 |
| Binary | 0 | 1101110 | 11111100 | 1100100 | 111000 | 0 | 1 | 11010110 | 1100100 | 110001 |
Color Harmonies of #006EFC
Complementary color
Monochromatic Colors of #006EFC
Black with #006EFC
Text Example
Text Example
White with #006EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EFC; }
p { color: rgb(0,110,252); }
H1.HeaderClassName
{
color: #006EFC;
}
.AnyTagClassName
{
color: #006EFC;
}
</style>
background-color css
<style>
a { background-color: #006EFC; }
a { background-color: rgb(0,110,252); }
div.DivClassName
{
background-color: #006EFC;
}
.BgClassName
{
background-color: #006EFC;
}
</style>
border-color css
<style>
span { border-color: #006EFC; }
span { border-color: rgb(0,110,252); }
td.TdClassName
{
border-color: #006EFC;
}
.TagClassName
{
border-color: #006EFC;
}
</style>