Shades of Dodger Blue #3990FC
Tints of Dodger Blue #3990FC
RGB
CMYK
RGB Variations
Color information
#3990FC (or 0x3990FC) is known color: Dodger Blue. HEX triplet: 39, 90 and FC. RGB value is (57,144,252). Sum of RGB (Red+Green+Blue) = 57+144+252=453 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.58% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #3990FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3990FC is #C66F03. Grayscale: #818181. Windows color (decimal): -13004548 or 16551993. OLE color: 16551993.
HSL color Cylindrical-coordinate representation of color #3990FC: hue angle of 213.23º 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 #3990FC is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 144 | 252 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.01 |
| HSL | 213.23º | 0.97% | 0.61% | - |
| HSV(B) | 213.23º | 0.77% | 0.99% | - |
| XYZ | 29.23 | 27.84 | 95.93 | - |
| YUV | 130.3 | 196.68 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 252 | 0.77 | 0.43 | 0 | 0.01 | 213.23 | 0.97 | 0.61 |
| Hex | 39 | 90 | FC | 4D | 2B | 0 | 1 | D5 | 61 | 3D |
| Octal | 71 | 220 | 374 | 115 | 53 | 0 | 1 | 325 | 141 | 75 |
| Binary | 111001 | 10010000 | 11111100 | 1001101 | 101011 | 0 | 1 | 11010101 | 1100001 | 111101 |
Color Harmonies of #3990FC
Complementary color
Monochromatic Colors of #3990FC
Black with #3990FC
Text Example
Text Example
White with #3990FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3990FC; }
p { color: rgb(57,144,252); }
H1.HeaderClassName
{
color: #3990FC;
}
.AnyTagClassName
{
color: #3990FC;
}
</style>
background-color css
<style>
a { background-color: #3990FC; }
a { background-color: rgb(57,144,252); }
div.DivClassName
{
background-color: #3990FC;
}
.BgClassName
{
background-color: #3990FC;
}
</style>
border-color css
<style>
span { border-color: #3990FC; }
span { border-color: rgb(57,144,252); }
td.TdClassName
{
border-color: #3990FC;
}
.TagClassName
{
border-color: #3990FC;
}
</style>