Shades of Dodger Blue #2497FA
Tints of Dodger Blue #2497FA
RGB
CMYK
RGB Variations
Color information
#2497FA (or 0x2497FA) is known color: Dodger Blue. HEX triplet: 24, 97 and FA. RGB value is (36,151,250). Sum of RGB (Red+Green+Blue) = 36+151+250=437 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.24% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #2497FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2497FA is #DB6805. Grayscale: #7F7F7F. Windows color (decimal): -14379014 or 16422692. OLE color: 16422692.
HSL color Cylindrical-coordinate representation of color #2497FA: hue angle of 207.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2497FA is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 151 | 250 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.02 |
| HSL | 207.76º | 0.96% | 0.56% | - |
| HSV(B) | 207.76º | 0.86% | 0.98% | - |
| XYZ | 29.05 | 29.41 | 94.59 | - |
| YUV | 127.9 | 196.9 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 250 | 0.86 | 0.40 | 0 | 0.02 | 207.76 | 0.96 | 0.56 |
| Hex | 24 | 97 | FA | 56 | 28 | 0 | 2 | D0 | 60 | 38 |
| Octal | 44 | 227 | 372 | 126 | 50 | 0 | 2 | 320 | 140 | 70 |
| Binary | 100100 | 10010111 | 11111010 | 1010110 | 101000 | 0 | 10 | 11010000 | 1100000 | 111000 |
Color Harmonies of #2497FA
Complementary color
Monochromatic Colors of #2497FA
Black with #2497FA
Text Example
Text Example
White with #2497FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497FA; }
p { color: rgb(36,151,250); }
H1.HeaderClassName
{
color: #2497FA;
}
.AnyTagClassName
{
color: #2497FA;
}
</style>
background-color css
<style>
a { background-color: #2497FA; }
a { background-color: rgb(36,151,250); }
div.DivClassName
{
background-color: #2497FA;
}
.BgClassName
{
background-color: #2497FA;
}
</style>
border-color css
<style>
span { border-color: #2497FA; }
span { border-color: rgb(36,151,250); }
td.TdClassName
{
border-color: #2497FA;
}
.TagClassName
{
border-color: #2497FA;
}
</style>