Shades of Dodger Blue #298CF9
Tints of Dodger Blue #298CF9
RGB
CMYK
RGB Variations
Color information
#298CF9 (or 0x298CF9) is known color: Dodger Blue. HEX triplet: 29, 8C and F9. RGB value is (41,140,249). Sum of RGB (Red+Green+Blue) = 41+140+249=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #298CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CF9 is #D67306. Grayscale: #7A7A7A. Windows color (decimal): -14054151 or 16354345. OLE color: 16354345.
HSL color Cylindrical-coordinate representation of color #298CF9: hue angle of 211.44º degrees, saturation: 0.95, 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 #298CF9 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 140 | 249 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.02 |
| HSL | 211.44º | 0.95% | 0.57% | - |
| HSV(B) | 211.44º | 0.84% | 0.98% | - |
| XYZ | 27.39 | 26.07 | 93.21 | - |
| YUV | 122.83 | 199.2 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 249 | 0.84 | 0.44 | 0 | 0.02 | 211.44 | 0.95 | 0.57 |
| Hex | 29 | 8C | F9 | 54 | 2C | 0 | 2 | D3 | 5F | 39 |
| Octal | 51 | 214 | 371 | 124 | 54 | 0 | 2 | 323 | 137 | 71 |
| Binary | 101001 | 10001100 | 11111001 | 1010100 | 101100 | 0 | 10 | 11010011 | 1011111 | 111001 |
Color Harmonies of #298CF9
Complementary color
Monochromatic Colors of #298CF9
Black with #298CF9
Text Example
Text Example
White with #298CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CF9; }
p { color: rgb(41,140,249); }
H1.HeaderClassName
{
color: #298CF9;
}
.AnyTagClassName
{
color: #298CF9;
}
</style>
background-color css
<style>
a { background-color: #298CF9; }
a { background-color: rgb(41,140,249); }
div.DivClassName
{
background-color: #298CF9;
}
.BgClassName
{
background-color: #298CF9;
}
</style>
border-color css
<style>
span { border-color: #298CF9; }
span { border-color: rgb(41,140,249); }
td.TdClassName
{
border-color: #298CF9;
}
.TagClassName
{
border-color: #298CF9;
}
</style>