Shades of Dodger Blue #299FFD
Tints of Dodger Blue #299FFD
RGB
CMYK
RGB Variations
Color information
#299FFD (or 0x299FFD) is known color: Dodger Blue. HEX triplet: 29, 9F and FD. RGB value is (41,159,253). Sum of RGB (Red+Green+Blue) = 41+159+253=453 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.05% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #299FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FFD is #D66002. Grayscale: #858585. Windows color (decimal): -14049283 or 16621353. OLE color: 16621353.
HSL color Cylindrical-coordinate representation of color #299FFD: hue angle of 206.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299FFD is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 159 | 253 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.01 |
| HSL | 206.6º | 0.98% | 0.58% | - |
| HSV(B) | 206.6º | 0.84% | 0.99% | - |
| XYZ | 31.04 | 32.36 | 97.54 | - |
| YUV | 134.43 | 194.91 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 253 | 0.84 | 0.37 | 0 | 0.01 | 206.6 | 0.98 | 0.58 |
| Hex | 29 | 9F | FD | 54 | 25 | 0 | 1 | CF | 62 | 3A |
| Octal | 51 | 237 | 375 | 124 | 45 | 0 | 1 | 317 | 142 | 72 |
| Binary | 101001 | 10011111 | 11111101 | 1010100 | 100101 | 0 | 1 | 11001111 | 1100010 | 111010 |
Color Harmonies of #299FFD
Complementary color
Monochromatic Colors of #299FFD
Black with #299FFD
Text Example
Text Example
White with #299FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FFD; }
p { color: rgb(41,159,253); }
H1.HeaderClassName
{
color: #299FFD;
}
.AnyTagClassName
{
color: #299FFD;
}
</style>
background-color css
<style>
a { background-color: #299FFD; }
a { background-color: rgb(41,159,253); }
div.DivClassName
{
background-color: #299FFD;
}
.BgClassName
{
background-color: #299FFD;
}
</style>
border-color css
<style>
span { border-color: #299FFD; }
span { border-color: rgb(41,159,253); }
td.TdClassName
{
border-color: #299FFD;
}
.TagClassName
{
border-color: #299FFD;
}
</style>