Shades of Dodger Blue #296FFF
Tints of Dodger Blue #296FFF
RGB
CMYK
RGB Variations
Color information
#296FFF (or 0x296FFF) is known color: Dodger Blue. HEX triplet: 29, 6F and FF. RGB value is (41,111,255). Sum of RGB (Red+Green+Blue) = 41+111+255=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #296FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FFF is #D69000. Grayscale: #696969. Windows color (decimal): -14061569 or 16740137. OLE color: 16740137.
HSL color Cylindrical-coordinate representation of color #296FFF: hue angle of 220.37º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296FFF is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 111 | 255 | - |
| CMYK | 0.84 | 0.56 | 0 | 0 |
| HSL | 220.37º | 1% | 0.58% | - |
| HSV(B) | 220.37º | 0.84% | 1% | - |
| XYZ | 24.65 | 19.06 | 96.99 | - |
| YUV | 106.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 255 | 0.84 | 0.56 | 0 | 0 | 220.37 | 1 | 0.58 |
| Hex | 29 | 6F | FF | 54 | 38 | 0 | 0 | DC | 64 | 3A |
| Octal | 51 | 157 | 377 | 124 | 70 | 0 | 0 | 334 | 144 | 72 |
| Binary | 101001 | 1101111 | 11111111 | 1010100 | 111000 | 0 | 0 | 11011100 | 1100100 | 111010 |
Color Harmonies of #296FFF
Complementary color
Monochromatic Colors of #296FFF
Black with #296FFF
Text Example
Text Example
White with #296FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FFF; }
p { color: rgb(41,111,255); }
H1.HeaderClassName
{
color: #296FFF;
}
.AnyTagClassName
{
color: #296FFF;
}
</style>
background-color css
<style>
a { background-color: #296FFF; }
a { background-color: rgb(41,111,255); }
div.DivClassName
{
background-color: #296FFF;
}
.BgClassName
{
background-color: #296FFF;
}
</style>
border-color css
<style>
span { border-color: #296FFF; }
span { border-color: rgb(41,111,255); }
td.TdClassName
{
border-color: #296FFF;
}
.TagClassName
{
border-color: #296FFF;
}
</style>