Shades of Dodger Blue #2483FB
Tints of Dodger Blue #2483FB
RGB
CMYK
RGB Variations
Color information
#2483FB (or 0x2483FB) is known color: Dodger Blue. HEX triplet: 24, 83 and FB. RGB value is (36,131,251). Sum of RGB (Red+Green+Blue) = 36+131+251=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #2483FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2483FB is #DB7C04. Grayscale: #737373. Windows color (decimal): -14384133 or 16483108. OLE color: 16483108.
HSL color Cylindrical-coordinate representation of color #2483FB: hue angle of 213.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2483FB is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 131 | 251 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.02 |
| HSL | 213.49º | 0.96% | 0.56% | - |
| HSV(B) | 213.49º | 0.86% | 0.98% | - |
| XYZ | 26.26 | 23.57 | 94.43 | - |
| YUV | 116.28 | 204.03 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 251 | 0.86 | 0.48 | 0 | 0.02 | 213.49 | 0.96 | 0.56 |
| Hex | 24 | 83 | FB | 56 | 30 | 0 | 2 | D5 | 60 | 38 |
| Octal | 44 | 203 | 373 | 126 | 60 | 0 | 2 | 325 | 140 | 70 |
| Binary | 100100 | 10000011 | 11111011 | 1010110 | 110000 | 0 | 10 | 11010101 | 1100000 | 111000 |
Color Harmonies of #2483FB
Complementary color
Monochromatic Colors of #2483FB
Black with #2483FB
Text Example
Text Example
White with #2483FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483FB; }
p { color: rgb(36,131,251); }
H1.HeaderClassName
{
color: #2483FB;
}
.AnyTagClassName
{
color: #2483FB;
}
</style>
background-color css
<style>
a { background-color: #2483FB; }
a { background-color: rgb(36,131,251); }
div.DivClassName
{
background-color: #2483FB;
}
.BgClassName
{
background-color: #2483FB;
}
</style>
border-color css
<style>
span { border-color: #2483FB; }
span { border-color: rgb(36,131,251); }
td.TdClassName
{
border-color: #2483FB;
}
.TagClassName
{
border-color: #2483FB;
}
</style>