Shades of Dodger Blue #3999FE
Tints of Dodger Blue #3999FE
RGB
CMYK
RGB Variations
Color information
#3999FE (or 0x3999FE) is known color: Dodger Blue. HEX triplet: 39, 99 and FE. RGB value is (57,153,254). Sum of RGB (Red+Green+Blue) = 57+153+254=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #3999FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3999FE is #C66601. Grayscale: #878787. Windows color (decimal): -13002242 or 16685369. OLE color: 16685369.
HSL color Cylindrical-coordinate representation of color #3999FE: hue angle of 210.76º 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 #3999FE is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 153 | 254 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.00 |
| HSL | 210.76º | 0.99% | 0.61% | - |
| HSV(B) | 210.76º | 0.78% | 1% | - |
| XYZ | 30.97 | 30.81 | 98.08 | - |
| YUV | 135.81 | 194.7 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 254 | 0.78 | 0.40 | 0 | 0.00 | 210.76 | 0.99 | 0.61 |
| Hex | 39 | 99 | FE | 4E | 28 | 0 | 0 | D3 | 63 | 3D |
| Octal | 71 | 231 | 376 | 116 | 50 | 0 | 0 | 323 | 143 | 75 |
| Binary | 111001 | 10011001 | 11111110 | 1001110 | 101000 | 0 | 0 | 11010011 | 1100011 | 111101 |
Color Harmonies of #3999FE
Complementary color
Monochromatic Colors of #3999FE
Black with #3999FE
Text Example
Text Example
White with #3999FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999FE; }
p { color: rgb(57,153,254); }
H1.HeaderClassName
{
color: #3999FE;
}
.AnyTagClassName
{
color: #3999FE;
}
</style>
background-color css
<style>
a { background-color: #3999FE; }
a { background-color: rgb(57,153,254); }
div.DivClassName
{
background-color: #3999FE;
}
.BgClassName
{
background-color: #3999FE;
}
</style>
border-color css
<style>
span { border-color: #3999FE; }
span { border-color: rgb(57,153,254); }
td.TdClassName
{
border-color: #3999FE;
}
.TagClassName
{
border-color: #3999FE;
}
</style>