Shades of Dodger Blue #297BEA
Tints of Dodger Blue #297BEA
RGB
CMYK
RGB Variations
Color information
#297BEA (or 0x297BEA) is known color: Dodger Blue. HEX triplet: 29, 7B and EA. RGB value is (41,123,234). Sum of RGB (Red+Green+Blue) = 41+123+234=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #297BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BEA is #D68415. Grayscale: #6E6E6E. Windows color (decimal): -14058518 or 15366953. OLE color: 15366953.
HSL color Cylindrical-coordinate representation of color #297BEA: hue angle of 214.51º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297BEA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 123 | 234 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.08 |
| HSL | 214.51º | 0.82% | 0.54% | - |
| HSV(B) | 214.51º | 0.82% | 0.92% | - |
| XYZ | 22.85 | 20.58 | 80.61 | - |
| YUV | 111.14 | 197.33 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 234 | 0.82 | 0.47 | 0 | 0.08 | 214.51 | 0.82 | 0.54 |
| Hex | 29 | 7B | EA | 52 | 2F | 0 | 8 | D7 | 52 | 36 |
| Octal | 51 | 173 | 352 | 122 | 57 | 0 | 10 | 327 | 122 | 66 |
| Binary | 101001 | 1111011 | 11101010 | 1010010 | 101111 | 0 | 1000 | 11010111 | 1010010 | 110110 |
Color Harmonies of #297BEA
Complementary color
Monochromatic Colors of #297BEA
Black with #297BEA
Text Example
Text Example
White with #297BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BEA; }
p { color: rgb(41,123,234); }
H1.HeaderClassName
{
color: #297BEA;
}
.AnyTagClassName
{
color: #297BEA;
}
</style>
background-color css
<style>
a { background-color: #297BEA; }
a { background-color: rgb(41,123,234); }
div.DivClassName
{
background-color: #297BEA;
}
.BgClassName
{
background-color: #297BEA;
}
</style>
border-color css
<style>
span { border-color: #297BEA; }
span { border-color: rgb(41,123,234); }
td.TdClassName
{
border-color: #297BEA;
}
.TagClassName
{
border-color: #297BEA;
}
</style>