Shades of Dodger Blue #3990FE
Tints of Dodger Blue #3990FE
RGB
CMYK
RGB Variations
Color information
#3990FE (or 0x3990FE) is known color: Dodger Blue. HEX triplet: 39, 90 and FE. RGB value is (57,144,254). Sum of RGB (Red+Green+Blue) = 57+144+254=455 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.53% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #3990FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3990FE is #C66F01. Grayscale: #828282. Windows color (decimal): -13004546 or 16683065. OLE color: 16683065.
HSL color Cylindrical-coordinate representation of color #3990FE: hue angle of 213.5º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3990FE is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 144 | 254 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.00 |
| HSL | 213.5º | 0.99% | 0.61% | - |
| HSV(B) | 213.5º | 0.78% | 1% | - |
| XYZ | 29.55 | 27.97 | 97.61 | - |
| YUV | 130.53 | 197.68 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 254 | 0.78 | 0.43 | 0 | 0.00 | 213.5 | 0.99 | 0.61 |
| Hex | 39 | 90 | FE | 4E | 2B | 0 | 0 | D6 | 63 | 3D |
| Octal | 71 | 220 | 376 | 116 | 53 | 0 | 0 | 326 | 143 | 75 |
| Binary | 111001 | 10010000 | 11111110 | 1001110 | 101011 | 0 | 0 | 11010110 | 1100011 | 111101 |
Color Harmonies of #3990FE
Complementary color
Monochromatic Colors of #3990FE
Black with #3990FE
Text Example
Text Example
White with #3990FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3990FE; }
p { color: rgb(57,144,254); }
H1.HeaderClassName
{
color: #3990FE;
}
.AnyTagClassName
{
color: #3990FE;
}
</style>
background-color css
<style>
a { background-color: #3990FE; }
a { background-color: rgb(57,144,254); }
div.DivClassName
{
background-color: #3990FE;
}
.BgClassName
{
background-color: #3990FE;
}
</style>
border-color css
<style>
span { border-color: #3990FE; }
span { border-color: rgb(57,144,254); }
td.TdClassName
{
border-color: #3990FE;
}
.TagClassName
{
border-color: #3990FE;
}
</style>