Shades of Dodger Blue #297FFB
Tints of Dodger Blue #297FFB
RGB
CMYK
RGB Variations
Color information
#297FFB (or 0x297FFB) is known color: Dodger Blue. HEX triplet: 29, 7F and FB. RGB value is (41,127,251). Sum of RGB (Red+Green+Blue) = 41+127+251=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #297FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FFB is #D68004. Grayscale: #727272. Windows color (decimal): -14057477 or 16482089. OLE color: 16482089.
HSL color Cylindrical-coordinate representation of color #297FFB: hue angle of 215.43º 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 #297FFB is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 127 | 251 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.02 |
| HSL | 215.43º | 0.96% | 0.57% | - |
| HSV(B) | 215.43º | 0.84% | 0.98% | - |
| XYZ | 25.92 | 22.62 | 94.27 | - |
| YUV | 115.42 | 204.51 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 251 | 0.84 | 0.49 | 0 | 0.02 | 215.43 | 0.96 | 0.57 |
| Hex | 29 | 7F | FB | 54 | 31 | 0 | 2 | D7 | 60 | 39 |
| Octal | 51 | 177 | 373 | 124 | 61 | 0 | 2 | 327 | 140 | 71 |
| Binary | 101001 | 1111111 | 11111011 | 1010100 | 110001 | 0 | 10 | 11010111 | 1100000 | 111001 |
Color Harmonies of #297FFB
Complementary color
Monochromatic Colors of #297FFB
Black with #297FFB
Text Example
Text Example
White with #297FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FFB; }
p { color: rgb(41,127,251); }
H1.HeaderClassName
{
color: #297FFB;
}
.AnyTagClassName
{
color: #297FFB;
}
</style>
background-color css
<style>
a { background-color: #297FFB; }
a { background-color: rgb(41,127,251); }
div.DivClassName
{
background-color: #297FFB;
}
.BgClassName
{
background-color: #297FFB;
}
</style>
border-color css
<style>
span { border-color: #297FFB; }
span { border-color: rgb(41,127,251); }
td.TdClassName
{
border-color: #297FFB;
}
.TagClassName
{
border-color: #297FFB;
}
</style>