Shades of Dodger Blue #2498FF
Tints of Dodger Blue #2498FF
RGB
CMYK
RGB Variations
Color information
#2498FF (or 0x2498FF) is known color: Dodger Blue. HEX triplet: 24, 98 and FF. RGB value is (36,152,255). Sum of RGB (Red+Green+Blue) = 36+152+255=443 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.13% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #2498FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2498FF is #DB6700. Grayscale: #808080. Windows color (decimal): -14378753 or 16750628. OLE color: 16750628.
HSL color Cylindrical-coordinate representation of color #2498FF: hue angle of 208.22º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2498FF is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 152 | 255 | - |
| CMYK | 0.86 | 0.40 | 0 | 0 |
| HSL | 208.22º | 1% | 0.57% | - |
| HSV(B) | 208.22º | 0.86% | 1% | - |
| XYZ | 30.01 | 30.05 | 98.83 | - |
| YUV | 129.06 | 199.07 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 255 | 0.86 | 0.40 | 0 | 0 | 208.22 | 1 | 0.57 |
| Hex | 24 | 98 | FF | 56 | 28 | 0 | 0 | D0 | 64 | 39 |
| Octal | 44 | 230 | 377 | 126 | 50 | 0 | 0 | 320 | 144 | 71 |
| Binary | 100100 | 10011000 | 11111111 | 1010110 | 101000 | 0 | 0 | 11010000 | 1100100 | 111001 |
Color Harmonies of #2498FF
Complementary color
Monochromatic Colors of #2498FF
Black with #2498FF
Text Example
Text Example
White with #2498FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2498FF; }
p { color: rgb(36,152,255); }
H1.HeaderClassName
{
color: #2498FF;
}
.AnyTagClassName
{
color: #2498FF;
}
</style>
background-color css
<style>
a { background-color: #2498FF; }
a { background-color: rgb(36,152,255); }
div.DivClassName
{
background-color: #2498FF;
}
.BgClassName
{
background-color: #2498FF;
}
</style>
border-color css
<style>
span { border-color: #2498FF; }
span { border-color: rgb(36,152,255); }
td.TdClassName
{
border-color: #2498FF;
}
.TagClassName
{
border-color: #2498FF;
}
</style>