Shades of Dodger Blue #297AF9
Tints of Dodger Blue #297AF9
RGB
CMYK
RGB Variations
Color information
#297AF9 (or 0x297AF9) is known color: Dodger Blue. HEX triplet: 29, 7A and F9. RGB value is (41,122,249). Sum of RGB (Red+Green+Blue) = 41+122+249=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #297AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AF9 is #D68506. Grayscale: #6F6F6F. Windows color (decimal): -14058759 or 16349737. OLE color: 16349737.
HSL color Cylindrical-coordinate representation of color #297AF9: hue angle of 216.63º degrees, saturation: 0.95, 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 #297AF9 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 122 | 249 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.02 |
| HSL | 216.63º | 0.95% | 0.57% | - |
| HSV(B) | 216.63º | 0.84% | 0.98% | - |
| XYZ | 24.97 | 21.23 | 92.4 | - |
| YUV | 112.26 | 205.16 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 249 | 0.84 | 0.51 | 0 | 0.02 | 216.63 | 0.95 | 0.57 |
| Hex | 29 | 7A | F9 | 54 | 33 | 0 | 2 | D9 | 5F | 39 |
| Octal | 51 | 172 | 371 | 124 | 63 | 0 | 2 | 331 | 137 | 71 |
| Binary | 101001 | 1111010 | 11111001 | 1010100 | 110011 | 0 | 10 | 11011001 | 1011111 | 111001 |
Color Harmonies of #297AF9
Complementary color
Monochromatic Colors of #297AF9
Black with #297AF9
Text Example
Text Example
White with #297AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AF9; }
p { color: rgb(41,122,249); }
H1.HeaderClassName
{
color: #297AF9;
}
.AnyTagClassName
{
color: #297AF9;
}
</style>
background-color css
<style>
a { background-color: #297AF9; }
a { background-color: rgb(41,122,249); }
div.DivClassName
{
background-color: #297AF9;
}
.BgClassName
{
background-color: #297AF9;
}
</style>
border-color css
<style>
span { border-color: #297AF9; }
span { border-color: rgb(41,122,249); }
td.TdClassName
{
border-color: #297AF9;
}
.TagClassName
{
border-color: #297AF9;
}
</style>