Shades of Dodger Blue #297BFC
Tints of Dodger Blue #297BFC
RGB
CMYK
RGB Variations
Color information
#297BFC (or 0x297BFC) is known color: Dodger Blue. HEX triplet: 29, 7B and FC. RGB value is (41,123,252). Sum of RGB (Red+Green+Blue) = 41+123+252=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #297BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BFC is #D68403. Grayscale: #707070. Windows color (decimal): -14058500 or 16546601. OLE color: 16546601.
HSL color Cylindrical-coordinate representation of color #297BFC: hue angle of 216.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297BFC is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 123 | 252 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.01 |
| HSL | 216.68º | 0.97% | 0.57% | - |
| HSV(B) | 216.68º | 0.84% | 0.99% | - |
| XYZ | 25.57 | 21.67 | 94.93 | - |
| YUV | 113.19 | 206.33 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 252 | 0.84 | 0.51 | 0 | 0.01 | 216.68 | 0.97 | 0.57 |
| Hex | 29 | 7B | FC | 54 | 33 | 0 | 1 | D9 | 61 | 39 |
| Octal | 51 | 173 | 374 | 124 | 63 | 0 | 1 | 331 | 141 | 71 |
| Binary | 101001 | 1111011 | 11111100 | 1010100 | 110011 | 0 | 1 | 11011001 | 1100001 | 111001 |
Color Harmonies of #297BFC
Complementary color
Monochromatic Colors of #297BFC
Black with #297BFC
Text Example
Text Example
White with #297BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BFC; }
p { color: rgb(41,123,252); }
H1.HeaderClassName
{
color: #297BFC;
}
.AnyTagClassName
{
color: #297BFC;
}
</style>
background-color css
<style>
a { background-color: #297BFC; }
a { background-color: rgb(41,123,252); }
div.DivClassName
{
background-color: #297BFC;
}
.BgClassName
{
background-color: #297BFC;
}
</style>
border-color css
<style>
span { border-color: #297BFC; }
span { border-color: rgb(41,123,252); }
td.TdClassName
{
border-color: #297BFC;
}
.TagClassName
{
border-color: #297BFC;
}
</style>