Shades of Dodger Blue #299CFB
Tints of Dodger Blue #299CFB
RGB
CMYK
RGB Variations
Color information
#299CFB (or 0x299CFB) is known color: Dodger Blue. HEX triplet: 29, 9C and FB. RGB value is (41,156,251). Sum of RGB (Red+Green+Blue) = 41+156+251=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #299CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CFB is #D66304. Grayscale: #838383. Windows color (decimal): -14050053 or 16489513. OLE color: 16489513.
HSL color Cylindrical-coordinate representation of color #299CFB: hue angle of 207.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299CFB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 156 | 251 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.02 |
| HSL | 207.14º | 0.96% | 0.57% | - |
| HSV(B) | 207.14º | 0.84% | 0.98% | - |
| XYZ | 30.22 | 31.21 | 95.7 | - |
| YUV | 132.45 | 194.9 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 251 | 0.84 | 0.38 | 0 | 0.02 | 207.14 | 0.96 | 0.57 |
| Hex | 29 | 9C | FB | 54 | 26 | 0 | 2 | CF | 60 | 39 |
| Octal | 51 | 234 | 373 | 124 | 46 | 0 | 2 | 317 | 140 | 71 |
| Binary | 101001 | 10011100 | 11111011 | 1010100 | 100110 | 0 | 10 | 11001111 | 1100000 | 111001 |
Color Harmonies of #299CFB
Complementary color
Monochromatic Colors of #299CFB
Black with #299CFB
Text Example
Text Example
White with #299CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CFB; }
p { color: rgb(41,156,251); }
H1.HeaderClassName
{
color: #299CFB;
}
.AnyTagClassName
{
color: #299CFB;
}
</style>
background-color css
<style>
a { background-color: #299CFB; }
a { background-color: rgb(41,156,251); }
div.DivClassName
{
background-color: #299CFB;
}
.BgClassName
{
background-color: #299CFB;
}
</style>
border-color css
<style>
span { border-color: #299CFB; }
span { border-color: rgb(41,156,251); }
td.TdClassName
{
border-color: #299CFB;
}
.TagClassName
{
border-color: #299CFB;
}
</style>