Shades of Dodger Blue #296FFE
Tints of Dodger Blue #296FFE
RGB
CMYK
RGB Variations
Color information
#296FFE (or 0x296FFE) is known color: Dodger Blue. HEX triplet: 29, 6F and FE. RGB value is (41,111,254). Sum of RGB (Red+Green+Blue) = 41+111+254=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #296FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FFE is #D69001. Grayscale: #696969. Windows color (decimal): -14061570 or 16674601. OLE color: 16674601.
HSL color Cylindrical-coordinate representation of color #296FFE: hue angle of 220.28º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296FFE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 111 | 254 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.00 |
| HSL | 220.28º | 0.99% | 0.58% | - |
| HSV(B) | 220.28º | 0.84% | 1% | - |
| XYZ | 24.49 | 19 | 96.14 | - |
| YUV | 106.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 254 | 0.84 | 0.56 | 0 | 0.00 | 220.28 | 0.99 | 0.58 |
| Hex | 29 | 6F | FE | 54 | 38 | 0 | 0 | DC | 63 | 3A |
| Octal | 51 | 157 | 376 | 124 | 70 | 0 | 0 | 334 | 143 | 72 |
| Binary | 101001 | 1101111 | 11111110 | 1010100 | 111000 | 0 | 0 | 11011100 | 1100011 | 111010 |
Color Harmonies of #296FFE
Complementary color
Monochromatic Colors of #296FFE
Black with #296FFE
Text Example
Text Example
White with #296FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FFE; }
p { color: rgb(41,111,254); }
H1.HeaderClassName
{
color: #296FFE;
}
.AnyTagClassName
{
color: #296FFE;
}
</style>
background-color css
<style>
a { background-color: #296FFE; }
a { background-color: rgb(41,111,254); }
div.DivClassName
{
background-color: #296FFE;
}
.BgClassName
{
background-color: #296FFE;
}
</style>
border-color css
<style>
span { border-color: #296FFE; }
span { border-color: rgb(41,111,254); }
td.TdClassName
{
border-color: #296FFE;
}
.TagClassName
{
border-color: #296FFE;
}
</style>