Shades of Dodger Blue #2484FE
Tints of Dodger Blue #2484FE
RGB
CMYK
RGB Variations
Color information
#2484FE (or 0x2484FE) is known color: Dodger Blue. HEX triplet: 24, 84 and FE. RGB value is (36,132,254). Sum of RGB (Red+Green+Blue) = 36+132+254=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #2484FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2484FE is #DB7B01. Grayscale: #747474. Windows color (decimal): -14383874 or 16679972. OLE color: 16679972.
HSL color Cylindrical-coordinate representation of color #2484FE: hue angle of 213.58º 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 #2484FE is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 132 | 254 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.00 |
| HSL | 213.58º | 0.99% | 0.57% | - |
| HSV(B) | 213.58º | 0.86% | 1% | - |
| XYZ | 26.87 | 24.03 | 96.99 | - |
| YUV | 117.2 | 205.2 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 254 | 0.86 | 0.48 | 0 | 0.00 | 213.58 | 0.99 | 0.57 |
| Hex | 24 | 84 | FE | 56 | 30 | 0 | 0 | D6 | 63 | 39 |
| Octal | 44 | 204 | 376 | 126 | 60 | 0 | 0 | 326 | 143 | 71 |
| Binary | 100100 | 10000100 | 11111110 | 1010110 | 110000 | 0 | 0 | 11010110 | 1100011 | 111001 |
Color Harmonies of #2484FE
Complementary color
Monochromatic Colors of #2484FE
Black with #2484FE
Text Example
Text Example
White with #2484FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2484FE; }
p { color: rgb(36,132,254); }
H1.HeaderClassName
{
color: #2484FE;
}
.AnyTagClassName
{
color: #2484FE;
}
</style>
background-color css
<style>
a { background-color: #2484FE; }
a { background-color: rgb(36,132,254); }
div.DivClassName
{
background-color: #2484FE;
}
.BgClassName
{
background-color: #2484FE;
}
</style>
border-color css
<style>
span { border-color: #2484FE; }
span { border-color: rgb(36,132,254); }
td.TdClassName
{
border-color: #2484FE;
}
.TagClassName
{
border-color: #2484FE;
}
</style>