Shades of Dodger Blue #2483FD
Tints of Dodger Blue #2483FD
RGB
CMYK
RGB Variations
Color information
#2483FD (or 0x2483FD) is known color: Dodger Blue. HEX triplet: 24, 83 and FD. RGB value is (36,131,253). Sum of RGB (Red+Green+Blue) = 36+131+253=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #2483FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2483FD is #DB7C02. Grayscale: #737373. Windows color (decimal): -14384131 or 16614180. OLE color: 16614180.
HSL color Cylindrical-coordinate representation of color #2483FD: hue angle of 213.73º 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 #2483FD is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 131 | 253 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.01 |
| HSL | 213.73º | 0.98% | 0.57% | - |
| HSV(B) | 213.73º | 0.86% | 0.99% | - |
| XYZ | 26.57 | 23.7 | 96.1 | - |
| YUV | 116.5 | 205.03 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 253 | 0.86 | 0.48 | 0 | 0.01 | 213.73 | 0.98 | 0.57 |
| Hex | 24 | 83 | FD | 56 | 30 | 0 | 1 | D6 | 62 | 39 |
| Octal | 44 | 203 | 375 | 126 | 60 | 0 | 1 | 326 | 142 | 71 |
| Binary | 100100 | 10000011 | 11111101 | 1010110 | 110000 | 0 | 1 | 11010110 | 1100010 | 111001 |
Color Harmonies of #2483FD
Complementary color
Monochromatic Colors of #2483FD
Black with #2483FD
Text Example
Text Example
White with #2483FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483FD; }
p { color: rgb(36,131,253); }
H1.HeaderClassName
{
color: #2483FD;
}
.AnyTagClassName
{
color: #2483FD;
}
</style>
background-color css
<style>
a { background-color: #2483FD; }
a { background-color: rgb(36,131,253); }
div.DivClassName
{
background-color: #2483FD;
}
.BgClassName
{
background-color: #2483FD;
}
</style>
border-color css
<style>
span { border-color: #2483FD; }
span { border-color: rgb(36,131,253); }
td.TdClassName
{
border-color: #2483FD;
}
.TagClassName
{
border-color: #2483FD;
}
</style>