Shades of Dodger Blue #298CDF
Tints of Dodger Blue #298CDF
RGB
CMYK
RGB Variations
Color information
#298CDF (or 0x298CDF) is known color: Dodger Blue. HEX triplet: 29, 8C and DF. RGB value is (41,140,223). Sum of RGB (Red+Green+Blue) = 41+140+223=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #298CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CDF is #D67320. Grayscale: #777777. Windows color (decimal): -14054177 or 14650409. OLE color: 14650409.
HSL color Cylindrical-coordinate representation of color #298CDF: hue angle of 207.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298CDF is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 140 | 223 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.13 |
| HSL | 207.36º | 0.74% | 0.52% | - |
| HSV(B) | 207.36º | 0.82% | 0.87% | - |
| XYZ | 23.61 | 24.56 | 73.31 | - |
| YUV | 119.86 | 186.2 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 223 | 0.82 | 0.37 | 0 | 0.13 | 207.36 | 0.74 | 0.52 |
| Hex | 29 | 8C | DF | 52 | 25 | 0 | D | CF | 4A | 34 |
| Octal | 51 | 214 | 337 | 122 | 45 | 0 | 15 | 317 | 112 | 64 |
| Binary | 101001 | 10001100 | 11011111 | 1010010 | 100101 | 0 | 1101 | 11001111 | 1001010 | 110100 |
Color Harmonies of #298CDF
Complementary color
Monochromatic Colors of #298CDF
Black with #298CDF
Text Example
Text Example
White with #298CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CDF; }
p { color: rgb(41,140,223); }
H1.HeaderClassName
{
color: #298CDF;
}
.AnyTagClassName
{
color: #298CDF;
}
</style>
background-color css
<style>
a { background-color: #298CDF; }
a { background-color: rgb(41,140,223); }
div.DivClassName
{
background-color: #298CDF;
}
.BgClassName
{
background-color: #298CDF;
}
</style>
border-color css
<style>
span { border-color: #298CDF; }
span { border-color: rgb(41,140,223); }
td.TdClassName
{
border-color: #298CDF;
}
.TagClassName
{
border-color: #298CDF;
}
</style>