Shades of Dodger Blue #298FFF
Tints of Dodger Blue #298FFF
RGB
CMYK
RGB Variations
Color information
#298FFF (or 0x298FFF) is known color: Dodger Blue. HEX triplet: 29, 8F and FF. RGB value is (41,143,255). Sum of RGB (Red+Green+Blue) = 41+143+255=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #298FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FFF is #D67000. Grayscale: #7C7C7C. Windows color (decimal): -14053377 or 16748329. OLE color: 16748329.
HSL color Cylindrical-coordinate representation of color #298FFF: hue angle of 211.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #298FFF is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 143 | 255 | - |
| CMYK | 0.84 | 0.44 | 0 | 0 |
| HSL | 211.4º | 1% | 0.58% | - |
| HSV(B) | 211.4º | 0.84% | 1% | - |
| XYZ | 28.79 | 27.34 | 98.37 | - |
| YUV | 125.27 | 201.21 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 255 | 0.84 | 0.44 | 0 | 0 | 211.4 | 1 | 0.58 |
| Hex | 29 | 8F | FF | 54 | 2C | 0 | 0 | D3 | 64 | 3A |
| Octal | 51 | 217 | 377 | 124 | 54 | 0 | 0 | 323 | 144 | 72 |
| Binary | 101001 | 10001111 | 11111111 | 1010100 | 101100 | 0 | 0 | 11010011 | 1100100 | 111010 |
Color Harmonies of #298FFF
Complementary color
Monochromatic Colors of #298FFF
Black with #298FFF
Text Example
Text Example
White with #298FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298FFF; }
p { color: rgb(41,143,255); }
H1.HeaderClassName
{
color: #298FFF;
}
.AnyTagClassName
{
color: #298FFF;
}
</style>
background-color css
<style>
a { background-color: #298FFF; }
a { background-color: rgb(41,143,255); }
div.DivClassName
{
background-color: #298FFF;
}
.BgClassName
{
background-color: #298FFF;
}
</style>
border-color css
<style>
span { border-color: #298FFF; }
span { border-color: rgb(41,143,255); }
td.TdClassName
{
border-color: #298FFF;
}
.TagClassName
{
border-color: #298FFF;
}
</style>