Shades of Dodger Blue #298AFB
Tints of Dodger Blue #298AFB
RGB
CMYK
RGB Variations
Color information
#298AFB (or 0x298AFB) is known color: Dodger Blue. HEX triplet: 29, 8A and FB. RGB value is (41,138,251). Sum of RGB (Red+Green+Blue) = 41+138+251=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #298AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298AFB is #D67504. Grayscale: #797979. Windows color (decimal): -14054661 or 16484905. OLE color: 16484905.
HSL color Cylindrical-coordinate representation of color #298AFB: hue angle of 212.29º 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 #298AFB is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 138 | 251 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.02 |
| HSL | 212.29º | 0.96% | 0.57% | - |
| HSV(B) | 212.29º | 0.84% | 0.98% | - |
| XYZ | 27.42 | 25.61 | 94.77 | - |
| YUV | 121.88 | 200.86 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 251 | 0.84 | 0.45 | 0 | 0.02 | 212.29 | 0.96 | 0.57 |
| Hex | 29 | 8A | FB | 54 | 2D | 0 | 2 | D4 | 60 | 39 |
| Octal | 51 | 212 | 373 | 124 | 55 | 0 | 2 | 324 | 140 | 71 |
| Binary | 101001 | 10001010 | 11111011 | 1010100 | 101101 | 0 | 10 | 11010100 | 1100000 | 111001 |
Color Harmonies of #298AFB
Complementary color
Monochromatic Colors of #298AFB
Black with #298AFB
Text Example
Text Example
White with #298AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AFB; }
p { color: rgb(41,138,251); }
H1.HeaderClassName
{
color: #298AFB;
}
.AnyTagClassName
{
color: #298AFB;
}
</style>
background-color css
<style>
a { background-color: #298AFB; }
a { background-color: rgb(41,138,251); }
div.DivClassName
{
background-color: #298AFB;
}
.BgClassName
{
background-color: #298AFB;
}
</style>
border-color css
<style>
span { border-color: #298AFB; }
span { border-color: rgb(41,138,251); }
td.TdClassName
{
border-color: #298AFB;
}
.TagClassName
{
border-color: #298AFB;
}
</style>