Shades of Dodger Blue #006FFF
Tints of Dodger Blue #006FFF
RGB
CMYK
RGB Variations
Color information
#006FFF (or 0x006FFF) is known color: Dodger Blue. HEX triplet: 00, 6F and FF. RGB value is (0,111,255). Sum of RGB (Red+Green+Blue) = 0+111+255=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #006FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FFF is #FF9000. Grayscale: #5D5D5D. Windows color (decimal): -16748545 or 16740096. OLE color: 16740096.
HSL color Cylindrical-coordinate representation of color #006FFF: hue angle of 213.88º 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 #006FFF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 111 | 255 | - |
| CMYK | 1 | 0.56 | 0 | 0 |
| HSL | 213.88º | 1% | 0.5% | - |
| HSV(B) | 213.88º | 1% | 1% | - |
| XYZ | 23.73 | 18.59 | 96.94 | - |
| YUV | 94.23 | 218.73 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 255 | 1 | 0.56 | 0 | 0 | 213.88 | 1 | 0.5 |
| Hex | 0 | 6F | FF | 64 | 38 | 0 | 0 | D6 | 64 | 32 |
| Octal | 0 | 157 | 377 | 144 | 70 | 0 | 0 | 326 | 144 | 62 |
| Binary | 0 | 1101111 | 11111111 | 1100100 | 111000 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #006FFF
Complementary color
Monochromatic Colors of #006FFF
Black with #006FFF
Text Example
Text Example
White with #006FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FFF; }
p { color: rgb(0,111,255); }
H1.HeaderClassName
{
color: #006FFF;
}
.AnyTagClassName
{
color: #006FFF;
}
</style>
background-color css
<style>
a { background-color: #006FFF; }
a { background-color: rgb(0,111,255); }
div.DivClassName
{
background-color: #006FFF;
}
.BgClassName
{
background-color: #006FFF;
}
</style>
border-color css
<style>
span { border-color: #006FFF; }
span { border-color: rgb(0,111,255); }
td.TdClassName
{
border-color: #006FFF;
}
.TagClassName
{
border-color: #006FFF;
}
</style>