Shades of Dodger Blue #3A84FD
Tints of Dodger Blue #3A84FD
RGB
CMYK
RGB Variations
Color information
#3A84FD (or 0x3A84FD) is known color: Dodger Blue. HEX triplet: 3A, 84 and FD. RGB value is (58,132,253). Sum of RGB (Red+Green+Blue) = 58+132+253=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A84FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A84FD is #C57B02. Grayscale: #7B7B7B. Windows color (decimal): -12942083 or 16614458. OLE color: 16614458.
HSL color Cylindrical-coordinate representation of color #3A84FD: hue angle of 217.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A84FD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 132 | 253 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.01 |
| HSL | 217.23º | 0.98% | 0.61% | - |
| HSV(B) | 217.23º | 0.77% | 0.99% | - |
| XYZ | 27.73 | 24.49 | 96.2 | - |
| YUV | 123.67 | 200.98 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 253 | 0.77 | 0.48 | 0 | 0.01 | 217.23 | 0.98 | 0.61 |
| Hex | 3A | 84 | FD | 4D | 30 | 0 | 1 | D9 | 62 | 3D |
| Octal | 72 | 204 | 375 | 115 | 60 | 0 | 1 | 331 | 142 | 75 |
| Binary | 111010 | 10000100 | 11111101 | 1001101 | 110000 | 0 | 1 | 11011001 | 1100010 | 111101 |
Color Harmonies of #3A84FD
Complementary color
Monochromatic Colors of #3A84FD
Black with #3A84FD
Text Example
Text Example
White with #3A84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A84FD; }
p { color: rgb(58,132,253); }
H1.HeaderClassName
{
color: #3A84FD;
}
.AnyTagClassName
{
color: #3A84FD;
}
</style>
background-color css
<style>
a { background-color: #3A84FD; }
a { background-color: rgb(58,132,253); }
div.DivClassName
{
background-color: #3A84FD;
}
.BgClassName
{
background-color: #3A84FD;
}
</style>
border-color css
<style>
span { border-color: #3A84FD; }
span { border-color: rgb(58,132,253); }
td.TdClassName
{
border-color: #3A84FD;
}
.TagClassName
{
border-color: #3A84FD;
}
</style>