Shades of Dodger Blue #297AFD
Tints of Dodger Blue #297AFD
RGB
CMYK
RGB Variations
Color information
#297AFD (or 0x297AFD) is known color: Dodger Blue. HEX triplet: 29, 7A and FD. RGB value is (41,122,253). Sum of RGB (Red+Green+Blue) = 41+122+253=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #297AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AFD is #D68502. Grayscale: #707070. Windows color (decimal): -14058755 or 16611881. OLE color: 16611881.
HSL color Cylindrical-coordinate representation of color #297AFD: hue angle of 217.08º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297AFD is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 122 | 253 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.01 |
| HSL | 217.08º | 0.98% | 0.58% | - |
| HSV(B) | 217.08º | 0.84% | 0.99% | - |
| XYZ | 25.6 | 21.48 | 95.73 | - |
| YUV | 112.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 253 | 0.84 | 0.52 | 0 | 0.01 | 217.08 | 0.98 | 0.58 |
| Hex | 29 | 7A | FD | 54 | 34 | 0 | 1 | D9 | 62 | 3A |
| Octal | 51 | 172 | 375 | 124 | 64 | 0 | 1 | 331 | 142 | 72 |
| Binary | 101001 | 1111010 | 11111101 | 1010100 | 110100 | 0 | 1 | 11011001 | 1100010 | 111010 |
Color Harmonies of #297AFD
Complementary color
Monochromatic Colors of #297AFD
Black with #297AFD
Text Example
Text Example
White with #297AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AFD; }
p { color: rgb(41,122,253); }
H1.HeaderClassName
{
color: #297AFD;
}
.AnyTagClassName
{
color: #297AFD;
}
</style>
background-color css
<style>
a { background-color: #297AFD; }
a { background-color: rgb(41,122,253); }
div.DivClassName
{
background-color: #297AFD;
}
.BgClassName
{
background-color: #297AFD;
}
</style>
border-color css
<style>
span { border-color: #297AFD; }
span { border-color: rgb(41,122,253); }
td.TdClassName
{
border-color: #297AFD;
}
.TagClassName
{
border-color: #297AFD;
}
</style>