Shades of Dodger Blue #3A93FC
Tints of Dodger Blue #3A93FC
RGB
CMYK
RGB Variations
Color information
#3A93FC (or 0x3A93FC) is known color: Dodger Blue. HEX triplet: 3A, 93 and FC. RGB value is (58,147,252). Sum of RGB (Red+Green+Blue) = 58+147+252=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A93FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A93FC is #C56C03. Grayscale: #838383. Windows color (decimal): -12938244 or 16552762. OLE color: 16552762.
HSL color Cylindrical-coordinate representation of color #3A93FC: hue angle of 212.47º 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 #3A93FC is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 147 | 252 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.01 |
| HSL | 212.47º | 0.97% | 0.61% | - |
| HSV(B) | 212.47º | 0.77% | 0.99% | - |
| XYZ | 29.75 | 28.8 | 96.09 | - |
| YUV | 132.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 252 | 0.77 | 0.42 | 0 | 0.01 | 212.47 | 0.97 | 0.61 |
| Hex | 3A | 93 | FC | 4D | 2A | 0 | 1 | D4 | 61 | 3D |
| Octal | 72 | 223 | 374 | 115 | 52 | 0 | 1 | 324 | 141 | 75 |
| Binary | 111010 | 10010011 | 11111100 | 1001101 | 101010 | 0 | 1 | 11010100 | 1100001 | 111101 |
Color Harmonies of #3A93FC
Complementary color
Monochromatic Colors of #3A93FC
Black with #3A93FC
Text Example
Text Example
White with #3A93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A93FC; }
p { color: rgb(58,147,252); }
H1.HeaderClassName
{
color: #3A93FC;
}
.AnyTagClassName
{
color: #3A93FC;
}
</style>
background-color css
<style>
a { background-color: #3A93FC; }
a { background-color: rgb(58,147,252); }
div.DivClassName
{
background-color: #3A93FC;
}
.BgClassName
{
background-color: #3A93FC;
}
</style>
border-color css
<style>
span { border-color: #3A93FC; }
span { border-color: rgb(58,147,252); }
td.TdClassName
{
border-color: #3A93FC;
}
.TagClassName
{
border-color: #3A93FC;
}
</style>