Shades of Dodger Blue #2484F7
Tints of Dodger Blue #2484F7
RGB
CMYK
RGB Variations
Color information
#2484F7 (or 0x2484F7) is known color: Dodger Blue. HEX triplet: 24, 84 and F7. RGB value is (36,132,247). Sum of RGB (Red+Green+Blue) = 36+132+247=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 247 (96.88% from 255 or 59.52% from 415); Max value from RGB is 247 - color contains mainly: blue. Hex color #2484F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2484F7 is #DB7B08. Grayscale: #737373. Windows color (decimal): -14383881 or 16221220. OLE color: 16221220.
HSL color Cylindrical-coordinate representation of color #2484F7: hue angle of 212.7º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2484F7 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 132 | 247 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.03 |
| HSL | 212.7º | 0.93% | 0.55% | - |
| HSV(B) | 212.7º | 0.85% | 0.97% | - |
| XYZ | 25.77 | 23.59 | 91.19 | - |
| YUV | 116.41 | 201.7 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 247 | 0.85 | 0.47 | 0 | 0.03 | 212.7 | 0.93 | 0.55 |
| Hex | 24 | 84 | F7 | 55 | 2F | 0 | 3 | D5 | 5D | 37 |
| Octal | 44 | 204 | 367 | 125 | 57 | 0 | 3 | 325 | 135 | 67 |
| Binary | 100100 | 10000100 | 11110111 | 1010101 | 101111 | 0 | 11 | 11010101 | 1011101 | 110111 |
Color Harmonies of #2484F7
Complementary color
Monochromatic Colors of #2484F7
Black with #2484F7
Text Example
Text Example
White with #2484F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2484F7; }
p { color: rgb(36,132,247); }
H1.HeaderClassName
{
color: #2484F7;
}
.AnyTagClassName
{
color: #2484F7;
}
</style>
background-color css
<style>
a { background-color: #2484F7; }
a { background-color: rgb(36,132,247); }
div.DivClassName
{
background-color: #2484F7;
}
.BgClassName
{
background-color: #2484F7;
}
</style>
border-color css
<style>
span { border-color: #2484F7; }
span { border-color: rgb(36,132,247); }
td.TdClassName
{
border-color: #2484F7;
}
.TagClassName
{
border-color: #2484F7;
}
</style>