Shades of Dodger Blue #006EFB
Tints of Dodger Blue #006EFB
RGB
CMYK
RGB Variations
Color information
#006EFB (or 0x006EFB) is known color: Dodger Blue. HEX triplet: 00, 6E and FB. RGB value is (0,110,251). Sum of RGB (Red+Green+Blue) = 0+110+251=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #006EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EFB is #FF9104. Grayscale: #5C5C5C. Windows color (decimal): -16748805 or 16477696. OLE color: 16477696.
HSL color Cylindrical-coordinate representation of color #006EFB: hue angle of 213.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EFB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 110 | 251 | - |
| CMYK | 1 | 0.56 | 0 | 0.02 |
| HSL | 213.71º | 1% | 0.49% | - |
| HSV(B) | 213.71º | 1% | 0.98% | - |
| XYZ | 22.99 | 18.12 | 93.55 | - |
| YUV | 93.18 | 217.06 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 251 | 1 | 0.56 | 0 | 0.02 | 213.71 | 1 | 0.49 |
| Hex | 0 | 6E | FB | 64 | 38 | 0 | 2 | D6 | 64 | 31 |
| Octal | 0 | 156 | 373 | 144 | 70 | 0 | 2 | 326 | 144 | 61 |
| Binary | 0 | 1101110 | 11111011 | 1100100 | 111000 | 0 | 10 | 11010110 | 1100100 | 110001 |
Color Harmonies of #006EFB
Complementary color
Monochromatic Colors of #006EFB
Black with #006EFB
Text Example
Text Example
White with #006EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EFB; }
p { color: rgb(0,110,251); }
H1.HeaderClassName
{
color: #006EFB;
}
.AnyTagClassName
{
color: #006EFB;
}
</style>
background-color css
<style>
a { background-color: #006EFB; }
a { background-color: rgb(0,110,251); }
div.DivClassName
{
background-color: #006EFB;
}
.BgClassName
{
background-color: #006EFB;
}
</style>
border-color css
<style>
span { border-color: #006EFB; }
span { border-color: rgb(0,110,251); }
td.TdClassName
{
border-color: #006EFB;
}
.TagClassName
{
border-color: #006EFB;
}
</style>