Shades of Dodger Blue #3A90FC
Tints of Dodger Blue #3A90FC
RGB
CMYK
RGB Variations
Color information
#3A90FC (or 0x3A90FC) is known color: Dodger Blue. HEX triplet: 3A, 90 and FC. RGB value is (58,144,252). Sum of RGB (Red+Green+Blue) = 58+144+252=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A90FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A90FC is #C56F03. Grayscale: #828282. Windows color (decimal): -12939012 or 16551994. OLE color: 16551994.
HSL color Cylindrical-coordinate representation of color #3A90FC: hue angle of 213.4º 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 #3A90FC is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 144 | 252 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.01 |
| HSL | 213.4º | 0.97% | 0.61% | - |
| HSV(B) | 213.4º | 0.77% | 0.99% | - |
| XYZ | 29.29 | 27.87 | 95.93 | - |
| YUV | 130.6 | 196.51 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 252 | 0.77 | 0.43 | 0 | 0.01 | 213.4 | 0.97 | 0.61 |
| Hex | 3A | 90 | FC | 4D | 2B | 0 | 1 | D5 | 61 | 3D |
| Octal | 72 | 220 | 374 | 115 | 53 | 0 | 1 | 325 | 141 | 75 |
| Binary | 111010 | 10010000 | 11111100 | 1001101 | 101011 | 0 | 1 | 11010101 | 1100001 | 111101 |
Color Harmonies of #3A90FC
Complementary color
Monochromatic Colors of #3A90FC
Black with #3A90FC
Text Example
Text Example
White with #3A90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A90FC; }
p { color: rgb(58,144,252); }
H1.HeaderClassName
{
color: #3A90FC;
}
.AnyTagClassName
{
color: #3A90FC;
}
</style>
background-color css
<style>
a { background-color: #3A90FC; }
a { background-color: rgb(58,144,252); }
div.DivClassName
{
background-color: #3A90FC;
}
.BgClassName
{
background-color: #3A90FC;
}
</style>
border-color css
<style>
span { border-color: #3A90FC; }
span { border-color: rgb(58,144,252); }
td.TdClassName
{
border-color: #3A90FC;
}
.TagClassName
{
border-color: #3A90FC;
}
</style>