Shades of Dodger Blue #297AFB
Tints of Dodger Blue #297AFB
RGB
CMYK
RGB Variations
Color information
#297AFB (or 0x297AFB) is known color: Dodger Blue. HEX triplet: 29, 7A and FB. RGB value is (41,122,251). Sum of RGB (Red+Green+Blue) = 41+122+251=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #297AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AFB is #D68504. Grayscale: #6F6F6F. Windows color (decimal): -14058757 or 16480809. OLE color: 16480809.
HSL color Cylindrical-coordinate representation of color #297AFB: hue angle of 216.86º 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 #297AFB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 122 | 251 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.02 |
| HSL | 216.86º | 0.96% | 0.57% | - |
| HSV(B) | 216.86º | 0.84% | 0.98% | - |
| XYZ | 25.29 | 21.36 | 94.06 | - |
| YUV | 112.49 | 206.16 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 251 | 0.84 | 0.51 | 0 | 0.02 | 216.86 | 0.96 | 0.57 |
| Hex | 29 | 7A | FB | 54 | 33 | 0 | 2 | D9 | 60 | 39 |
| Octal | 51 | 172 | 373 | 124 | 63 | 0 | 2 | 331 | 140 | 71 |
| Binary | 101001 | 1111010 | 11111011 | 1010100 | 110011 | 0 | 10 | 11011001 | 1100000 | 111001 |
Color Harmonies of #297AFB
Complementary color
Monochromatic Colors of #297AFB
Black with #297AFB
Text Example
Text Example
White with #297AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AFB; }
p { color: rgb(41,122,251); }
H1.HeaderClassName
{
color: #297AFB;
}
.AnyTagClassName
{
color: #297AFB;
}
</style>
background-color css
<style>
a { background-color: #297AFB; }
a { background-color: rgb(41,122,251); }
div.DivClassName
{
background-color: #297AFB;
}
.BgClassName
{
background-color: #297AFB;
}
</style>
border-color css
<style>
span { border-color: #297AFB; }
span { border-color: rgb(41,122,251); }
td.TdClassName
{
border-color: #297AFB;
}
.TagClassName
{
border-color: #297AFB;
}
</style>