Shades of Dodger Blue #297FF8
Tints of Dodger Blue #297FF8
RGB
CMYK
RGB Variations
Color information
#297FF8 (or 0x297FF8) is known color: Dodger Blue. HEX triplet: 29, 7F and F8. RGB value is (41,127,248). Sum of RGB (Red+Green+Blue) = 41+127+248=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #297FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FF8 is #D68007. Grayscale: #727272. Windows color (decimal): -14057480 or 16285481. OLE color: 16285481.
HSL color Cylindrical-coordinate representation of color #297FF8: hue angle of 215.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297FF8 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 127 | 248 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.03 |
| HSL | 215.07º | 0.94% | 0.57% | - |
| HSV(B) | 215.07º | 0.83% | 0.97% | - |
| XYZ | 25.45 | 22.43 | 91.79 | - |
| YUV | 115.08 | 203.01 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 248 | 0.83 | 0.49 | 0 | 0.03 | 215.07 | 0.94 | 0.57 |
| Hex | 29 | 7F | F8 | 53 | 31 | 0 | 3 | D7 | 5E | 39 |
| Octal | 51 | 177 | 370 | 123 | 61 | 0 | 3 | 327 | 136 | 71 |
| Binary | 101001 | 1111111 | 11111000 | 1010011 | 110001 | 0 | 11 | 11010111 | 1011110 | 111001 |
Color Harmonies of #297FF8
Complementary color
Monochromatic Colors of #297FF8
Black with #297FF8
Text Example
Text Example
White with #297FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FF8; }
p { color: rgb(41,127,248); }
H1.HeaderClassName
{
color: #297FF8;
}
.AnyTagClassName
{
color: #297FF8;
}
</style>
background-color css
<style>
a { background-color: #297FF8; }
a { background-color: rgb(41,127,248); }
div.DivClassName
{
background-color: #297FF8;
}
.BgClassName
{
background-color: #297FF8;
}
</style>
border-color css
<style>
span { border-color: #297FF8; }
span { border-color: rgb(41,127,248); }
td.TdClassName
{
border-color: #297FF8;
}
.TagClassName
{
border-color: #297FF8;
}
</style>