Shades of Dodger Blue #399AFF
Tints of Dodger Blue #399AFF
RGB
CMYK
RGB Variations
Color information
#399AFF (or 0x399AFF) is known color: Dodger Blue. HEX triplet: 39, 9A and FF. RGB value is (57,154,255). Sum of RGB (Red+Green+Blue) = 57+154+255=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #399AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399AFF is #C66500. Grayscale: #888888. Windows color (decimal): -13001985 or 16751161. OLE color: 16751161.
HSL color Cylindrical-coordinate representation of color #399AFF: hue angle of 210.61º 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 #399AFF is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 154 | 255 | - |
| CMYK | 0.78 | 0.40 | 0 | 0 |
| HSL | 210.61º | 1% | 0.61% | - |
| HSV(B) | 210.61º | 0.78% | 1% | - |
| XYZ | 31.29 | 31.2 | 98.98 | - |
| YUV | 136.51 | 194.86 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 255 | 0.78 | 0.40 | 0 | 0 | 210.61 | 1 | 0.61 |
| Hex | 39 | 9A | FF | 4E | 28 | 0 | 0 | D3 | 64 | 3D |
| Octal | 71 | 232 | 377 | 116 | 50 | 0 | 0 | 323 | 144 | 75 |
| Binary | 111001 | 10011010 | 11111111 | 1001110 | 101000 | 0 | 0 | 11010011 | 1100100 | 111101 |
Color Harmonies of #399AFF
Complementary color
Monochromatic Colors of #399AFF
Black with #399AFF
Text Example
Text Example
White with #399AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399AFF; }
p { color: rgb(57,154,255); }
H1.HeaderClassName
{
color: #399AFF;
}
.AnyTagClassName
{
color: #399AFF;
}
</style>
background-color css
<style>
a { background-color: #399AFF; }
a { background-color: rgb(57,154,255); }
div.DivClassName
{
background-color: #399AFF;
}
.BgClassName
{
background-color: #399AFF;
}
</style>
border-color css
<style>
span { border-color: #399AFF; }
span { border-color: rgb(57,154,255); }
td.TdClassName
{
border-color: #399AFF;
}
.TagClassName
{
border-color: #399AFF;
}
</style>