Shades of Dodger Blue #399CFF
Tints of Dodger Blue #399CFF
RGB
CMYK
RGB Variations
Color information
#399CFF (or 0x399CFF) is known color: Dodger Blue. HEX triplet: 39, 9C and FF. RGB value is (57,156,255). Sum of RGB (Red+Green+Blue) = 57+156+255=468 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.18% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #399CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399CFF is #C66300. Grayscale: #898989. Windows color (decimal): -13001473 or 16751673. OLE color: 16751673.
HSL color Cylindrical-coordinate representation of color #399CFF: hue angle of 210º 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 #399CFF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 156 | 255 | - |
| CMYK | 0.78 | 0.39 | 0 | 0 |
| HSL | 210º | 1% | 0.61% | - |
| HSV(B) | 210º | 0.78% | 1% | - |
| XYZ | 31.63 | 31.87 | 99.09 | - |
| YUV | 137.69 | 194.2 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 255 | 0.78 | 0.39 | 0 | 0 | 210 | 1 | 0.61 |
| Hex | 39 | 9C | FF | 4E | 27 | 0 | 0 | D2 | 64 | 3D |
| Octal | 71 | 234 | 377 | 116 | 47 | 0 | 0 | 322 | 144 | 75 |
| Binary | 111001 | 10011100 | 11111111 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #399CFF
Complementary color
Monochromatic Colors of #399CFF
Black with #399CFF
Text Example
Text Example
White with #399CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399CFF; }
p { color: rgb(57,156,255); }
H1.HeaderClassName
{
color: #399CFF;
}
.AnyTagClassName
{
color: #399CFF;
}
</style>
background-color css
<style>
a { background-color: #399CFF; }
a { background-color: rgb(57,156,255); }
div.DivClassName
{
background-color: #399CFF;
}
.BgClassName
{
background-color: #399CFF;
}
</style>
border-color css
<style>
span { border-color: #399CFF; }
span { border-color: rgb(57,156,255); }
td.TdClassName
{
border-color: #399CFF;
}
.TagClassName
{
border-color: #399CFF;
}
</style>