Shades of Dodger Blue #297BFF
Tints of Dodger Blue #297BFF
RGB
CMYK
RGB Variations
Color information
#297BFF (or 0x297BFF) is known color: Dodger Blue. HEX triplet: 29, 7B and FF. RGB value is (41,123,255). Sum of RGB (Red+Green+Blue) = 41+123+255=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #297BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BFF is #D68400. Grayscale: #707070. Windows color (decimal): -14058497 or 16743209. OLE color: 16743209.
HSL color Cylindrical-coordinate representation of color #297BFF: hue angle of 217.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297BFF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 123 | 255 | - |
| CMYK | 0.84 | 0.52 | 0 | 0 |
| HSL | 217.01º | 1% | 0.58% | - |
| HSV(B) | 217.01º | 0.84% | 1% | - |
| XYZ | 26.05 | 21.86 | 97.45 | - |
| YUV | 113.53 | 207.83 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 255 | 0.84 | 0.52 | 0 | 0 | 217.01 | 1 | 0.58 |
| Hex | 29 | 7B | FF | 54 | 34 | 0 | 0 | D9 | 64 | 3A |
| Octal | 51 | 173 | 377 | 124 | 64 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101001 | 1111011 | 11111111 | 1010100 | 110100 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #297BFF
Complementary color
Monochromatic Colors of #297BFF
Black with #297BFF
Text Example
Text Example
White with #297BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BFF; }
p { color: rgb(41,123,255); }
H1.HeaderClassName
{
color: #297BFF;
}
.AnyTagClassName
{
color: #297BFF;
}
</style>
background-color css
<style>
a { background-color: #297BFF; }
a { background-color: rgb(41,123,255); }
div.DivClassName
{
background-color: #297BFF;
}
.BgClassName
{
background-color: #297BFF;
}
</style>
border-color css
<style>
span { border-color: #297BFF; }
span { border-color: rgb(41,123,255); }
td.TdClassName
{
border-color: #297BFF;
}
.TagClassName
{
border-color: #297BFF;
}
</style>