Shades of Dodger Blue #299DF3
Tints of Dodger Blue #299DF3
RGB
CMYK
RGB Variations
Color information
#299DF3 (or 0x299DF3) is known color: Dodger Blue. HEX triplet: 29, 9D and F3. RGB value is (41,157,243). Sum of RGB (Red+Green+Blue) = 41+157+243=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #299DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299DF3 is #D6620C. Grayscale: #838383. Windows color (decimal): -14049805 or 15965481. OLE color: 15965481.
HSL color Cylindrical-coordinate representation of color #299DF3: hue angle of 205.54º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299DF3 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 157 | 243 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.05 |
| HSL | 205.54º | 0.89% | 0.56% | - |
| HSV(B) | 205.54º | 0.83% | 0.95% | - |
| XYZ | 29.15 | 31.06 | 89.25 | - |
| YUV | 132.12 | 190.57 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 243 | 0.83 | 0.35 | 0 | 0.05 | 205.54 | 0.89 | 0.56 |
| Hex | 29 | 9D | F3 | 53 | 23 | 0 | 5 | CE | 59 | 38 |
| Octal | 51 | 235 | 363 | 123 | 43 | 0 | 5 | 316 | 131 | 70 |
| Binary | 101001 | 10011101 | 11110011 | 1010011 | 100011 | 0 | 101 | 11001110 | 1011001 | 111000 |
Color Harmonies of #299DF3
Complementary color
Monochromatic Colors of #299DF3
Black with #299DF3
Text Example
Text Example
White with #299DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DF3; }
p { color: rgb(41,157,243); }
H1.HeaderClassName
{
color: #299DF3;
}
.AnyTagClassName
{
color: #299DF3;
}
</style>
background-color css
<style>
a { background-color: #299DF3; }
a { background-color: rgb(41,157,243); }
div.DivClassName
{
background-color: #299DF3;
}
.BgClassName
{
background-color: #299DF3;
}
</style>
border-color css
<style>
span { border-color: #299DF3; }
span { border-color: rgb(41,157,243); }
td.TdClassName
{
border-color: #299DF3;
}
.TagClassName
{
border-color: #299DF3;
}
</style>