Shades of Dodger Blue #2482FD
Tints of Dodger Blue #2482FD
RGB
CMYK
RGB Variations
Color information
#2482FD (or 0x2482FD) is known color: Dodger Blue. HEX triplet: 24, 82 and FD. RGB value is (36,130,253). Sum of RGB (Red+Green+Blue) = 36+130+253=419 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.59% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #2482FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2482FD is #DB7D02. Grayscale: #737373. Windows color (decimal): -14384387 or 16613924. OLE color: 16613924.
HSL color Cylindrical-coordinate representation of color #2482FD: hue angle of 214.01º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2482FD is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 130 | 253 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.01 |
| HSL | 214.01º | 0.98% | 0.57% | - |
| HSV(B) | 214.01º | 0.86% | 0.99% | - |
| XYZ | 26.44 | 23.43 | 96.06 | - |
| YUV | 115.92 | 205.36 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 253 | 0.86 | 0.49 | 0 | 0.01 | 214.01 | 0.98 | 0.57 |
| Hex | 24 | 82 | FD | 56 | 31 | 0 | 1 | D6 | 62 | 39 |
| Octal | 44 | 202 | 375 | 126 | 61 | 0 | 1 | 326 | 142 | 71 |
| Binary | 100100 | 10000010 | 11111101 | 1010110 | 110001 | 0 | 1 | 11010110 | 1100010 | 111001 |
Color Harmonies of #2482FD
Complementary color
Monochromatic Colors of #2482FD
Black with #2482FD
Text Example
Text Example
White with #2482FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2482FD; }
p { color: rgb(36,130,253); }
H1.HeaderClassName
{
color: #2482FD;
}
.AnyTagClassName
{
color: #2482FD;
}
</style>
background-color css
<style>
a { background-color: #2482FD; }
a { background-color: rgb(36,130,253); }
div.DivClassName
{
background-color: #2482FD;
}
.BgClassName
{
background-color: #2482FD;
}
</style>
border-color css
<style>
span { border-color: #2482FD; }
span { border-color: rgb(36,130,253); }
td.TdClassName
{
border-color: #2482FD;
}
.TagClassName
{
border-color: #2482FD;
}
</style>