Shades of Dodger Blue #3A83FC
Tints of Dodger Blue #3A83FC
RGB
CMYK
RGB Variations
Color information
#3A83FC (or 0x3A83FC) is known color: Dodger Blue. HEX triplet: 3A, 83 and FC. RGB value is (58,131,252). Sum of RGB (Red+Green+Blue) = 58+131+252=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A83FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A83FC is #C57C03. Grayscale: #7A7A7A. Windows color (decimal): -12942340 or 16548666. OLE color: 16548666.
HSL color Cylindrical-coordinate representation of color #3A83FC: hue angle of 217.42º degrees, saturation: 0.97, 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 #3A83FC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 131 | 252 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.01 |
| HSL | 217.42º | 0.97% | 0.61% | - |
| HSV(B) | 217.42º | 0.77% | 0.99% | - |
| XYZ | 27.43 | 24.16 | 95.31 | - |
| YUV | 122.97 | 200.82 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 252 | 0.77 | 0.48 | 0 | 0.01 | 217.42 | 0.97 | 0.61 |
| Hex | 3A | 83 | FC | 4D | 30 | 0 | 1 | D9 | 61 | 3D |
| Octal | 72 | 203 | 374 | 115 | 60 | 0 | 1 | 331 | 141 | 75 |
| Binary | 111010 | 10000011 | 11111100 | 1001101 | 110000 | 0 | 1 | 11011001 | 1100001 | 111101 |
Color Harmonies of #3A83FC
Complementary color
Monochromatic Colors of #3A83FC
Black with #3A83FC
Text Example
Text Example
White with #3A83FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A83FC; }
p { color: rgb(58,131,252); }
H1.HeaderClassName
{
color: #3A83FC;
}
.AnyTagClassName
{
color: #3A83FC;
}
</style>
background-color css
<style>
a { background-color: #3A83FC; }
a { background-color: rgb(58,131,252); }
div.DivClassName
{
background-color: #3A83FC;
}
.BgClassName
{
background-color: #3A83FC;
}
</style>
border-color css
<style>
span { border-color: #3A83FC; }
span { border-color: rgb(58,131,252); }
td.TdClassName
{
border-color: #3A83FC;
}
.TagClassName
{
border-color: #3A83FC;
}
</style>