Shades of Dodger Blue #3DA0FF
Tints of Dodger Blue #3DA0FF
RGB
CMYK
RGB Variations
Color information
#3DA0FF (or 0x3DA0FF) is known color: Dodger Blue. HEX triplet: 3D, A0 and FF. RGB value is (61,160,255). Sum of RGB (Red+Green+Blue) = 61+160+255=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DA0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA0FF is #C25F00. Grayscale: #8C8C8C. Windows color (decimal): -12738305 or 16752701. OLE color: 16752701.
HSL color Cylindrical-coordinate representation of color #3DA0FF: hue angle of 209.38º 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 #3DA0FF is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 160 | 255 | - |
| CMYK | 0.76 | 0.37 | 0 | 0 |
| HSL | 209.38º | 1% | 0.62% | - |
| HSV(B) | 209.38º | 0.76% | 1% | - |
| XYZ | 32.55 | 33.35 | 99.33 | - |
| YUV | 141.23 | 192.2 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 255 | 0.76 | 0.37 | 0 | 0 | 209.38 | 1 | 0.62 |
| Hex | 3D | A0 | FF | 4C | 25 | 0 | 0 | D1 | 64 | 3E |
| Octal | 75 | 240 | 377 | 114 | 45 | 0 | 0 | 321 | 144 | 76 |
| Binary | 111101 | 10100000 | 11111111 | 1001100 | 100101 | 0 | 0 | 11010001 | 1100100 | 111110 |
Color Harmonies of #3DA0FF
Complementary color
Monochromatic Colors of #3DA0FF
Black with #3DA0FF
Text Example
Text Example
White with #3DA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA0FF; }
p { color: rgb(61,160,255); }
H1.HeaderClassName
{
color: #3DA0FF;
}
.AnyTagClassName
{
color: #3DA0FF;
}
</style>
background-color css
<style>
a { background-color: #3DA0FF; }
a { background-color: rgb(61,160,255); }
div.DivClassName
{
background-color: #3DA0FF;
}
.BgClassName
{
background-color: #3DA0FF;
}
</style>
border-color css
<style>
span { border-color: #3DA0FF; }
span { border-color: rgb(61,160,255); }
td.TdClassName
{
border-color: #3DA0FF;
}
.TagClassName
{
border-color: #3DA0FF;
}
</style>