Shades of Dodger Blue #39A1FF
Tints of Dodger Blue #39A1FF
RGB
CMYK
RGB Variations
Color information
#39A1FF (or 0x39A1FF) is known color: Dodger Blue. HEX triplet: 39, A1 and FF. RGB value is (57,161,255). Sum of RGB (Red+Green+Blue) = 57+161+255=473 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.05% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #39A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #39A1FF is #C65E00. Grayscale: #8C8C8C. Windows color (decimal): -13000193 or 16752953. OLE color: 16752953.
HSL color Cylindrical-coordinate representation of color #39A1FF: hue angle of 208.48º 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 #39A1FF is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 161 | 255 | - |
| CMYK | 0.78 | 0.37 | 0 | 0 |
| HSL | 208.48º | 1% | 0.61% | - |
| HSV(B) | 208.48º | 0.78% | 1% | - |
| XYZ | 32.48 | 33.58 | 99.38 | - |
| YUV | 140.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 161 | 255 | 0.78 | 0.37 | 0 | 0 | 208.48 | 1 | 0.61 |
| Hex | 39 | A1 | FF | 4E | 25 | 0 | 0 | D0 | 64 | 3D |
| Octal | 71 | 241 | 377 | 116 | 45 | 0 | 0 | 320 | 144 | 75 |
| Binary | 111001 | 10100001 | 11111111 | 1001110 | 100101 | 0 | 0 | 11010000 | 1100100 | 111101 |
Color Harmonies of #39A1FF
Complementary color
Monochromatic Colors of #39A1FF
Black with #39A1FF
Text Example
Text Example
White with #39A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A1FF; }
p { color: rgb(57,161,255); }
H1.HeaderClassName
{
color: #39A1FF;
}
.AnyTagClassName
{
color: #39A1FF;
}
</style>
background-color css
<style>
a { background-color: #39A1FF; }
a { background-color: rgb(57,161,255); }
div.DivClassName
{
background-color: #39A1FF;
}
.BgClassName
{
background-color: #39A1FF;
}
</style>
border-color css
<style>
span { border-color: #39A1FF; }
span { border-color: rgb(57,161,255); }
td.TdClassName
{
border-color: #39A1FF;
}
.TagClassName
{
border-color: #39A1FF;
}
</style>