Shades of Dodger Blue #298CFF
Tints of Dodger Blue #298CFF
RGB
CMYK
RGB Variations
Color information
#298CFF (or 0x298CFF) is known color: Dodger Blue. HEX triplet: 29, 8C and FF. RGB value is (41,140,255). Sum of RGB (Red+Green+Blue) = 41+140+255=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #298CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CFF is #D67300. Grayscale: #7A7A7A. Windows color (decimal): -14054145 or 16747561. OLE color: 16747561.
HSL color Cylindrical-coordinate representation of color #298CFF: hue angle of 212.24º 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 #298CFF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 140 | 255 | - |
| CMYK | 0.84 | 0.45 | 0 | 0 |
| HSL | 212.24º | 1% | 0.58% | - |
| HSV(B) | 212.24º | 0.84% | 1% | - |
| XYZ | 28.34 | 26.45 | 98.22 | - |
| YUV | 123.51 | 202.2 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 255 | 0.84 | 0.45 | 0 | 0 | 212.24 | 1 | 0.58 |
| Hex | 29 | 8C | FF | 54 | 2D | 0 | 0 | D4 | 64 | 3A |
| Octal | 51 | 214 | 377 | 124 | 55 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101001 | 10001100 | 11111111 | 1010100 | 101101 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #298CFF
Complementary color
Monochromatic Colors of #298CFF
Black with #298CFF
Text Example
Text Example
White with #298CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CFF; }
p { color: rgb(41,140,255); }
H1.HeaderClassName
{
color: #298CFF;
}
.AnyTagClassName
{
color: #298CFF;
}
</style>
background-color css
<style>
a { background-color: #298CFF; }
a { background-color: rgb(41,140,255); }
div.DivClassName
{
background-color: #298CFF;
}
.BgClassName
{
background-color: #298CFF;
}
</style>
border-color css
<style>
span { border-color: #298CFF; }
span { border-color: rgb(41,140,255); }
td.TdClassName
{
border-color: #298CFF;
}
.TagClassName
{
border-color: #298CFF;
}
</style>