Shades of Dodger Blue #297AF2
Tints of Dodger Blue #297AF2
RGB
CMYK
RGB Variations
Color information
#297AF2 (or 0x297AF2) is known color: Dodger Blue. HEX triplet: 29, 7A and F2. RGB value is (41,122,242). Sum of RGB (Red+Green+Blue) = 41+122+242=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #297AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AF2 is #D6850D. Grayscale: #6E6E6E. Windows color (decimal): -14058766 or 15890985. OLE color: 15890985.
HSL color Cylindrical-coordinate representation of color #297AF2: hue angle of 215.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297AF2 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 122 | 242 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.05 |
| HSL | 215.82º | 0.89% | 0.55% | - |
| HSV(B) | 215.82º | 0.83% | 0.95% | - |
| XYZ | 23.9 | 20.8 | 86.76 | - |
| YUV | 111.46 | 201.66 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 242 | 0.83 | 0.50 | 0 | 0.05 | 215.82 | 0.89 | 0.55 |
| Hex | 29 | 7A | F2 | 53 | 32 | 0 | 5 | D8 | 59 | 37 |
| Octal | 51 | 172 | 362 | 123 | 62 | 0 | 5 | 330 | 131 | 67 |
| Binary | 101001 | 1111010 | 11110010 | 1010011 | 110010 | 0 | 101 | 11011000 | 1011001 | 110111 |
Color Harmonies of #297AF2
Complementary color
Monochromatic Colors of #297AF2
Black with #297AF2
Text Example
Text Example
White with #297AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AF2; }
p { color: rgb(41,122,242); }
H1.HeaderClassName
{
color: #297AF2;
}
.AnyTagClassName
{
color: #297AF2;
}
</style>
background-color css
<style>
a { background-color: #297AF2; }
a { background-color: rgb(41,122,242); }
div.DivClassName
{
background-color: #297AF2;
}
.BgClassName
{
background-color: #297AF2;
}
</style>
border-color css
<style>
span { border-color: #297AF2; }
span { border-color: rgb(41,122,242); }
td.TdClassName
{
border-color: #297AF2;
}
.TagClassName
{
border-color: #297AF2;
}
</style>