Shades of Dodger Blue #399CFE
Tints of Dodger Blue #399CFE
RGB
CMYK
RGB Variations
Color information
#399CFE (or 0x399CFE) is known color: Dodger Blue. HEX triplet: 39, 9C and FE. RGB value is (57,156,254). Sum of RGB (Red+Green+Blue) = 57+156+254=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #399CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399CFE is #C66301. Grayscale: #898989. Windows color (decimal): -13001474 or 16686137. OLE color: 16686137.
HSL color Cylindrical-coordinate representation of color #399CFE: hue angle of 209.85º 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 #399CFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 156 | 254 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.00 |
| HSL | 209.85º | 0.99% | 0.61% | - |
| HSV(B) | 209.85º | 0.78% | 1% | - |
| XYZ | 31.47 | 31.8 | 98.25 | - |
| YUV | 137.57 | 193.7 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 254 | 0.78 | 0.39 | 0 | 0.00 | 209.85 | 0.99 | 0.61 |
| Hex | 39 | 9C | FE | 4E | 27 | 0 | 0 | D2 | 63 | 3D |
| Octal | 71 | 234 | 376 | 116 | 47 | 0 | 0 | 322 | 143 | 75 |
| Binary | 111001 | 10011100 | 11111110 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100011 | 111101 |
Color Harmonies of #399CFE
Complementary color
Monochromatic Colors of #399CFE
Black with #399CFE
Text Example
Text Example
White with #399CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399CFE; }
p { color: rgb(57,156,254); }
H1.HeaderClassName
{
color: #399CFE;
}
.AnyTagClassName
{
color: #399CFE;
}
</style>
background-color css
<style>
a { background-color: #399CFE; }
a { background-color: rgb(57,156,254); }
div.DivClassName
{
background-color: #399CFE;
}
.BgClassName
{
background-color: #399CFE;
}
</style>
border-color css
<style>
span { border-color: #399CFE; }
span { border-color: rgb(57,156,254); }
td.TdClassName
{
border-color: #399CFE;
}
.TagClassName
{
border-color: #399CFE;
}
</style>