Shades of Dodger Blue #3999FF
Tints of Dodger Blue #3999FF
RGB
CMYK
RGB Variations
Color information
#3999FF (or 0x3999FF) is known color: Dodger Blue. HEX triplet: 39, 99 and FF. RGB value is (57,153,255). Sum of RGB (Red+Green+Blue) = 57+153+255=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #3999FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3999FF is #C66600. Grayscale: #878787. Windows color (decimal): -13002241 or 16750905. OLE color: 16750905.
HSL color Cylindrical-coordinate representation of color #3999FF: hue angle of 210.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3999FF is Cyan = 0.78, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 153 | 255 | - |
| CMYK | 0.78 | 0.4 | 0 | 0 |
| HSL | 210.91º | 1% | 0.61% | - |
| HSV(B) | 210.91º | 0.78% | 1% | - |
| XYZ | 31.13 | 30.87 | 98.93 | - |
| YUV | 135.92 | 195.2 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 255 | 0.78 | 0.4 | 0 | 0 | 210.91 | 1 | 0.61 |
| Hex | 39 | 99 | FF | 4E | 28 | 0 | 0 | D3 | 64 | 3D |
| Octal | 71 | 231 | 377 | 116 | 50 | 0 | 0 | 323 | 144 | 75 |
| Binary | 111001 | 10011001 | 11111111 | 1001110 | 101000 | 0 | 0 | 11010011 | 1100100 | 111101 |
Color Harmonies of #3999FF
Complementary color
Monochromatic Colors of #3999FF
Black with #3999FF
Text Example
Text Example
White with #3999FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999FF; }
p { color: rgb(57,153,255); }
H1.HeaderClassName
{
color: #3999FF;
}
.AnyTagClassName
{
color: #3999FF;
}
</style>
background-color css
<style>
a { background-color: #3999FF; }
a { background-color: rgb(57,153,255); }
div.DivClassName
{
background-color: #3999FF;
}
.BgClassName
{
background-color: #3999FF;
}
</style>
border-color css
<style>
span { border-color: #3999FF; }
span { border-color: rgb(57,153,255); }
td.TdClassName
{
border-color: #3999FF;
}
.TagClassName
{
border-color: #3999FF;
}
</style>