Shades of Dodger Blue #006FFE
Tints of Dodger Blue #006FFE
RGB
CMYK
RGB Variations
Color information
#006FFE (or 0x006FFE) is known color: Dodger Blue. HEX triplet: 00, 6F and FE. RGB value is (0,111,254). Sum of RGB (Red+Green+Blue) = 0+111+254=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #006FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FFE is #FF9001. Grayscale: #5D5D5D. Windows color (decimal): -16748546 or 16674560. OLE color: 16674560.
HSL color Cylindrical-coordinate representation of color #006FFE: hue angle of 213.78º 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 #006FFE is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 111 | 254 | - |
| CMYK | 1 | 0.56 | 0 | 0.00 |
| HSL | 213.78º | 1% | 0.5% | - |
| HSV(B) | 213.78º | 1% | 1% | - |
| XYZ | 23.57 | 18.52 | 96.1 | - |
| YUV | 94.11 | 218.23 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 254 | 1 | 0.56 | 0 | 0.00 | 213.78 | 1 | 0.5 |
| Hex | 0 | 6F | FE | 64 | 38 | 0 | 0 | D6 | 64 | 32 |
| Octal | 0 | 157 | 376 | 144 | 70 | 0 | 0 | 326 | 144 | 62 |
| Binary | 0 | 1101111 | 11111110 | 1100100 | 111000 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #006FFE
Complementary color
Monochromatic Colors of #006FFE
Black with #006FFE
Text Example
Text Example
White with #006FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FFE; }
p { color: rgb(0,111,254); }
H1.HeaderClassName
{
color: #006FFE;
}
.AnyTagClassName
{
color: #006FFE;
}
</style>
background-color css
<style>
a { background-color: #006FFE; }
a { background-color: rgb(0,111,254); }
div.DivClassName
{
background-color: #006FFE;
}
.BgClassName
{
background-color: #006FFE;
}
</style>
border-color css
<style>
span { border-color: #006FFE; }
span { border-color: rgb(0,111,254); }
td.TdClassName
{
border-color: #006FFE;
}
.TagClassName
{
border-color: #006FFE;
}
</style>