Shades of Dodger Blue #298CFE
Tints of Dodger Blue #298CFE
RGB
CMYK
RGB Variations
Color information
#298CFE (or 0x298CFE) is known color: Dodger Blue. HEX triplet: 29, 8C and FE. RGB value is (41,140,254). Sum of RGB (Red+Green+Blue) = 41+140+254=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #298CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CFE is #D67301. Grayscale: #7A7A7A. Windows color (decimal): -14054146 or 16682025. OLE color: 16682025.
HSL color Cylindrical-coordinate representation of color #298CFE: hue angle of 212.11º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #298CFE is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 140 | 254 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.00 |
| HSL | 212.11º | 0.99% | 0.58% | - |
| HSV(B) | 212.11º | 0.84% | 1% | - |
| XYZ | 28.18 | 26.38 | 97.37 | - |
| YUV | 123.4 | 201.7 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 254 | 0.84 | 0.45 | 0 | 0.00 | 212.11 | 0.99 | 0.58 |
| Hex | 29 | 8C | FE | 54 | 2D | 0 | 0 | D4 | 63 | 3A |
| Octal | 51 | 214 | 376 | 124 | 55 | 0 | 0 | 324 | 143 | 72 |
| Binary | 101001 | 10001100 | 11111110 | 1010100 | 101101 | 0 | 0 | 11010100 | 1100011 | 111010 |
Color Harmonies of #298CFE
Complementary color
Monochromatic Colors of #298CFE
Black with #298CFE
Text Example
Text Example
White with #298CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CFE; }
p { color: rgb(41,140,254); }
H1.HeaderClassName
{
color: #298CFE;
}
.AnyTagClassName
{
color: #298CFE;
}
</style>
background-color css
<style>
a { background-color: #298CFE; }
a { background-color: rgb(41,140,254); }
div.DivClassName
{
background-color: #298CFE;
}
.BgClassName
{
background-color: #298CFE;
}
</style>
border-color css
<style>
span { border-color: #298CFE; }
span { border-color: rgb(41,140,254); }
td.TdClassName
{
border-color: #298CFE;
}
.TagClassName
{
border-color: #298CFE;
}
</style>