Shades of Dodger Blue #2483DA
Tints of Dodger Blue #2483DA
RGB
CMYK
RGB Variations
Color information
#2483DA (or 0x2483DA) is known color: Dodger Blue. HEX triplet: 24, 83 and DA. RGB value is (36,131,218). Sum of RGB (Red+Green+Blue) = 36+131+218=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #2483DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483DA is #DB7C25. Grayscale: #707070. Windows color (decimal): -14384166 or 14320420. OLE color: 14320420.
HSL color Cylindrical-coordinate representation of color #2483DA: hue angle of 208.68º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2483DA is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 131 | 218 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.15 |
| HSL | 208.68º | 0.72% | 0.5% | - |
| HSV(B) | 208.68º | 0.83% | 0.85% | - |
| XYZ | 21.5 | 21.67 | 69.38 | - |
| YUV | 112.51 | 187.53 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 218 | 0.83 | 0.40 | 0 | 0.15 | 208.68 | 0.72 | 0.5 |
| Hex | 24 | 83 | DA | 53 | 28 | 0 | F | D1 | 48 | 32 |
| Octal | 44 | 203 | 332 | 123 | 50 | 0 | 17 | 321 | 110 | 62 |
| Binary | 100100 | 10000011 | 11011010 | 1010011 | 101000 | 0 | 1111 | 11010001 | 1001000 | 110010 |
Color Harmonies of #2483DA
Complementary color
Monochromatic Colors of #2483DA
Black with #2483DA
Text Example
Text Example
White with #2483DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483DA; }
p { color: rgb(36,131,218); }
H1.HeaderClassName
{
color: #2483DA;
}
.AnyTagClassName
{
color: #2483DA;
}
</style>
background-color css
<style>
a { background-color: #2483DA; }
a { background-color: rgb(36,131,218); }
div.DivClassName
{
background-color: #2483DA;
}
.BgClassName
{
background-color: #2483DA;
}
</style>
border-color css
<style>
span { border-color: #2483DA; }
span { border-color: rgb(36,131,218); }
td.TdClassName
{
border-color: #2483DA;
}
.TagClassName
{
border-color: #2483DA;
}
</style>