Shades of Dodger Blue #2482FE
Tints of Dodger Blue #2482FE
RGB
CMYK
RGB Variations
Color information
#2482FE (or 0x2482FE) is known color: Dodger Blue. HEX triplet: 24, 82 and FE. RGB value is (36,130,254). Sum of RGB (Red+Green+Blue) = 36+130+254=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #2482FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2482FE is #DB7D01. Grayscale: #737373. Windows color (decimal): -14384386 or 16679460. OLE color: 16679460.
HSL color Cylindrical-coordinate representation of color #2482FE: hue angle of 214.13º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2482FE is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 130 | 254 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.00 |
| HSL | 214.13º | 0.99% | 0.57% | - |
| HSV(B) | 214.13º | 0.86% | 1% | - |
| XYZ | 26.6 | 23.5 | 96.9 | - |
| YUV | 116.03 | 205.86 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 254 | 0.86 | 0.49 | 0 | 0.00 | 214.13 | 0.99 | 0.57 |
| Hex | 24 | 82 | FE | 56 | 31 | 0 | 0 | D6 | 63 | 39 |
| Octal | 44 | 202 | 376 | 126 | 61 | 0 | 0 | 326 | 143 | 71 |
| Binary | 100100 | 10000010 | 11111110 | 1010110 | 110001 | 0 | 0 | 11010110 | 1100011 | 111001 |
Color Harmonies of #2482FE
Complementary color
Monochromatic Colors of #2482FE
Black with #2482FE
Text Example
Text Example
White with #2482FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2482FE; }
p { color: rgb(36,130,254); }
H1.HeaderClassName
{
color: #2482FE;
}
.AnyTagClassName
{
color: #2482FE;
}
</style>
background-color css
<style>
a { background-color: #2482FE; }
a { background-color: rgb(36,130,254); }
div.DivClassName
{
background-color: #2482FE;
}
.BgClassName
{
background-color: #2482FE;
}
</style>
border-color css
<style>
span { border-color: #2482FE; }
span { border-color: rgb(36,130,254); }
td.TdClassName
{
border-color: #2482FE;
}
.TagClassName
{
border-color: #2482FE;
}
</style>