Shades of Dodger Blue #299CFD
Tints of Dodger Blue #299CFD
RGB
CMYK
RGB Variations
Color information
#299CFD (or 0x299CFD) is known color: Dodger Blue. HEX triplet: 29, 9C and FD. RGB value is (41,156,253). Sum of RGB (Red+Green+Blue) = 41+156+253=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #299CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CFD is #D66302. Grayscale: #848484. Windows color (decimal): -14050051 or 16620585. OLE color: 16620585.
HSL color Cylindrical-coordinate representation of color #299CFD: hue angle of 207.45º 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 #299CFD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 156 | 253 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.01 |
| HSL | 207.45º | 0.98% | 0.58% | - |
| HSV(B) | 207.45º | 0.84% | 0.99% | - |
| XYZ | 30.53 | 31.34 | 97.37 | - |
| YUV | 132.67 | 195.9 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 253 | 0.84 | 0.38 | 0 | 0.01 | 207.45 | 0.98 | 0.58 |
| Hex | 29 | 9C | FD | 54 | 26 | 0 | 1 | CF | 62 | 3A |
| Octal | 51 | 234 | 375 | 124 | 46 | 0 | 1 | 317 | 142 | 72 |
| Binary | 101001 | 10011100 | 11111101 | 1010100 | 100110 | 0 | 1 | 11001111 | 1100010 | 111010 |
Color Harmonies of #299CFD
Complementary color
Monochromatic Colors of #299CFD
Black with #299CFD
Text Example
Text Example
White with #299CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CFD; }
p { color: rgb(41,156,253); }
H1.HeaderClassName
{
color: #299CFD;
}
.AnyTagClassName
{
color: #299CFD;
}
</style>
background-color css
<style>
a { background-color: #299CFD; }
a { background-color: rgb(41,156,253); }
div.DivClassName
{
background-color: #299CFD;
}
.BgClassName
{
background-color: #299CFD;
}
</style>
border-color css
<style>
span { border-color: #299CFD; }
span { border-color: rgb(41,156,253); }
td.TdClassName
{
border-color: #299CFD;
}
.TagClassName
{
border-color: #299CFD;
}
</style>