Shades of Dodger Blue #3DA3FF
Tints of Dodger Blue #3DA3FF
RGB
CMYK
RGB Variations
Color information
#3DA3FF (or 0x3DA3FF) is known color: Dodger Blue. HEX triplet: 3D, A3 and FF. RGB value is (61,163,255). Sum of RGB (Red+Green+Blue) = 61+163+255=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DA3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA3FF is #C25C00. Grayscale: #8E8E8E. Windows color (decimal): -12737537 or 16753469. OLE color: 16753469.
HSL color Cylindrical-coordinate representation of color #3DA3FF: hue angle of 208.45º 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 #3DA3FF is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 163 | 255 | - |
| CMYK | 0.76 | 0.36 | 0 | 0 |
| HSL | 208.45º | 1% | 0.62% | - |
| HSV(B) | 208.45º | 0.76% | 1% | - |
| XYZ | 33.07 | 34.41 | 99.51 | - |
| YUV | 142.99 | 191.21 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 255 | 0.76 | 0.36 | 0 | 0 | 208.45 | 1 | 0.62 |
| Hex | 3D | A3 | FF | 4C | 24 | 0 | 0 | D0 | 64 | 3E |
| Octal | 75 | 243 | 377 | 114 | 44 | 0 | 0 | 320 | 144 | 76 |
| Binary | 111101 | 10100011 | 11111111 | 1001100 | 100100 | 0 | 0 | 11010000 | 1100100 | 111110 |
Color Harmonies of #3DA3FF
Complementary color
Monochromatic Colors of #3DA3FF
Black with #3DA3FF
Text Example
Text Example
White with #3DA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA3FF; }
p { color: rgb(61,163,255); }
H1.HeaderClassName
{
color: #3DA3FF;
}
.AnyTagClassName
{
color: #3DA3FF;
}
</style>
background-color css
<style>
a { background-color: #3DA3FF; }
a { background-color: rgb(61,163,255); }
div.DivClassName
{
background-color: #3DA3FF;
}
.BgClassName
{
background-color: #3DA3FF;
}
</style>
border-color css
<style>
span { border-color: #3DA3FF; }
span { border-color: rgb(61,163,255); }
td.TdClassName
{
border-color: #3DA3FF;
}
.TagClassName
{
border-color: #3DA3FF;
}
</style>