Shades of Dodger Blue #399EFF
Tints of Dodger Blue #399EFF
RGB
CMYK
RGB Variations
Color information
#399EFF (or 0x399EFF) is known color: Dodger Blue. HEX triplet: 39, 9E and FF. RGB value is (57,158,255). Sum of RGB (Red+Green+Blue) = 57+158+255=470 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.13% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #399EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399EFF is #C66100. Grayscale: #8A8A8A. Windows color (decimal): -13000961 or 16752185. OLE color: 16752185.
HSL color Cylindrical-coordinate representation of color #399EFF: hue angle of 209.39º 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 #399EFF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 158 | 255 | - |
| CMYK | 0.78 | 0.38 | 0 | 0 |
| HSL | 209.39º | 1% | 0.61% | - |
| HSV(B) | 209.39º | 0.78% | 1% | - |
| XYZ | 31.96 | 32.54 | 99.2 | - |
| YUV | 138.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 255 | 0.78 | 0.38 | 0 | 0 | 209.39 | 1 | 0.61 |
| Hex | 39 | 9E | FF | 4E | 26 | 0 | 0 | D1 | 64 | 3D |
| Octal | 71 | 236 | 377 | 116 | 46 | 0 | 0 | 321 | 144 | 75 |
| Binary | 111001 | 10011110 | 11111111 | 1001110 | 100110 | 0 | 0 | 11010001 | 1100100 | 111101 |
Color Harmonies of #399EFF
Complementary color
Monochromatic Colors of #399EFF
Black with #399EFF
Text Example
Text Example
White with #399EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399EFF; }
p { color: rgb(57,158,255); }
H1.HeaderClassName
{
color: #399EFF;
}
.AnyTagClassName
{
color: #399EFF;
}
</style>
background-color css
<style>
a { background-color: #399EFF; }
a { background-color: rgb(57,158,255); }
div.DivClassName
{
background-color: #399EFF;
}
.BgClassName
{
background-color: #399EFF;
}
</style>
border-color css
<style>
span { border-color: #399EFF; }
span { border-color: rgb(57,158,255); }
td.TdClassName
{
border-color: #399EFF;
}
.TagClassName
{
border-color: #399EFF;
}
</style>