Shades of Dodger Blue #2482FC
Tints of Dodger Blue #2482FC
RGB
CMYK
RGB Variations
Color information
#2482FC (or 0x2482FC) is known color: Dodger Blue. HEX triplet: 24, 82 and FC. RGB value is (36,130,252). Sum of RGB (Red+Green+Blue) = 36+130+252=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #2482FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2482FC is #DB7D03. Grayscale: #737373. Windows color (decimal): -14384388 or 16548388. OLE color: 16548388.
HSL color Cylindrical-coordinate representation of color #2482FC: hue angle of 213.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2482FC is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 130 | 252 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.01 |
| HSL | 213.89º | 0.97% | 0.56% | - |
| HSV(B) | 213.89º | 0.86% | 0.99% | - |
| XYZ | 26.28 | 23.37 | 95.22 | - |
| YUV | 115.8 | 204.86 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 252 | 0.86 | 0.48 | 0 | 0.01 | 213.89 | 0.97 | 0.56 |
| Hex | 24 | 82 | FC | 56 | 30 | 0 | 1 | D6 | 61 | 38 |
| Octal | 44 | 202 | 374 | 126 | 60 | 0 | 1 | 326 | 141 | 70 |
| Binary | 100100 | 10000010 | 11111100 | 1010110 | 110000 | 0 | 1 | 11010110 | 1100001 | 111000 |
Color Harmonies of #2482FC
Complementary color
Monochromatic Colors of #2482FC
Black with #2482FC
Text Example
Text Example
White with #2482FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2482FC; }
p { color: rgb(36,130,252); }
H1.HeaderClassName
{
color: #2482FC;
}
.AnyTagClassName
{
color: #2482FC;
}
</style>
background-color css
<style>
a { background-color: #2482FC; }
a { background-color: rgb(36,130,252); }
div.DivClassName
{
background-color: #2482FC;
}
.BgClassName
{
background-color: #2482FC;
}
</style>
border-color css
<style>
span { border-color: #2482FC; }
span { border-color: rgb(36,130,252); }
td.TdClassName
{
border-color: #2482FC;
}
.TagClassName
{
border-color: #2482FC;
}
</style>