Shades of Dodger Blue #3DA1FF
Tints of Dodger Blue #3DA1FF
RGB
CMYK
RGB Variations
Color information
#3DA1FF (or 0x3DA1FF) is known color: Dodger Blue. HEX triplet: 3D, A1 and FF. RGB value is (61,161,255). Sum of RGB (Red+Green+Blue) = 61+161+255=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DA1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA1FF is #C25E00. Grayscale: #8D8D8D. Windows color (decimal): -12738049 or 16752957. OLE color: 16752957.
HSL color Cylindrical-coordinate representation of color #3DA1FF: hue angle of 209.07º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DA1FF is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 161 | 255 | - |
| CMYK | 0.76 | 0.37 | 0 | 0 |
| HSL | 209.07º | 1% | 0.62% | - |
| HSV(B) | 209.07º | 0.76% | 1% | - |
| XYZ | 32.72 | 33.7 | 99.39 | - |
| YUV | 141.82 | 191.87 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 255 | 0.76 | 0.37 | 0 | 0 | 209.07 | 1 | 0.62 |
| Hex | 3D | A1 | FF | 4C | 25 | 0 | 0 | D1 | 64 | 3E |
| Octal | 75 | 241 | 377 | 114 | 45 | 0 | 0 | 321 | 144 | 76 |
| Binary | 111101 | 10100001 | 11111111 | 1001100 | 100101 | 0 | 0 | 11010001 | 1100100 | 111110 |
Color Harmonies of #3DA1FF
Complementary color
Monochromatic Colors of #3DA1FF
Black with #3DA1FF
Text Example
Text Example
White with #3DA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA1FF; }
p { color: rgb(61,161,255); }
H1.HeaderClassName
{
color: #3DA1FF;
}
.AnyTagClassName
{
color: #3DA1FF;
}
</style>
background-color css
<style>
a { background-color: #3DA1FF; }
a { background-color: rgb(61,161,255); }
div.DivClassName
{
background-color: #3DA1FF;
}
.BgClassName
{
background-color: #3DA1FF;
}
</style>
border-color css
<style>
span { border-color: #3DA1FF; }
span { border-color: rgb(61,161,255); }
td.TdClassName
{
border-color: #3DA1FF;
}
.TagClassName
{
border-color: #3DA1FF;
}
</style>