Shades of Dodger Blue #2497FF
Tints of Dodger Blue #2497FF
RGB
CMYK
RGB Variations
Color information
#2497FF (or 0x2497FF) is known color: Dodger Blue. HEX triplet: 24, 97 and FF. RGB value is (36,151,255). Sum of RGB (Red+Green+Blue) = 36+151+255=442 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.14% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #2497FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2497FF is #DB6800. Grayscale: #7F7F7F. Windows color (decimal): -14379009 or 16750372. OLE color: 16750372.
HSL color Cylindrical-coordinate representation of color #2497FF: hue angle of 208.49º 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 #2497FF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 151 | 255 | - |
| CMYK | 0.86 | 0.41 | 0 | 0 |
| HSL | 208.49º | 1% | 0.57% | - |
| HSV(B) | 208.49º | 0.86% | 1% | - |
| XYZ | 29.84 | 29.73 | 98.77 | - |
| YUV | 128.47 | 199.4 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 255 | 0.86 | 0.41 | 0 | 0 | 208.49 | 1 | 0.57 |
| Hex | 24 | 97 | FF | 56 | 29 | 0 | 0 | D0 | 64 | 39 |
| Octal | 44 | 227 | 377 | 126 | 51 | 0 | 0 | 320 | 144 | 71 |
| Binary | 100100 | 10010111 | 11111111 | 1010110 | 101001 | 0 | 0 | 11010000 | 1100100 | 111001 |
Color Harmonies of #2497FF
Complementary color
Monochromatic Colors of #2497FF
Black with #2497FF
Text Example
Text Example
White with #2497FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497FF; }
p { color: rgb(36,151,255); }
H1.HeaderClassName
{
color: #2497FF;
}
.AnyTagClassName
{
color: #2497FF;
}
</style>
background-color css
<style>
a { background-color: #2497FF; }
a { background-color: rgb(36,151,255); }
div.DivClassName
{
background-color: #2497FF;
}
.BgClassName
{
background-color: #2497FF;
}
</style>
border-color css
<style>
span { border-color: #2497FF; }
span { border-color: rgb(36,151,255); }
td.TdClassName
{
border-color: #2497FF;
}
.TagClassName
{
border-color: #2497FF;
}
</style>