Shades of Dodger Blue #3DA3FE
Tints of Dodger Blue #3DA3FE
RGB
CMYK
RGB Variations
Color information
#3DA3FE (or 0x3DA3FE) is known color: Dodger Blue. HEX triplet: 3D, A3 and FE. RGB value is (61,163,254). Sum of RGB (Red+Green+Blue) = 61+163+254=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DA3FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA3FE is #C25C01. Grayscale: #8E8E8E. Windows color (decimal): -12737538 or 16687933. OLE color: 16687933.
HSL color Cylindrical-coordinate representation of color #3DA3FE: hue angle of 208.29º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DA3FE is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 163 | 254 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.00 |
| HSL | 208.29º | 0.99% | 0.62% | - |
| HSV(B) | 208.29º | 0.76% | 1% | - |
| XYZ | 32.91 | 34.34 | 98.66 | - |
| YUV | 142.88 | 190.71 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 254 | 0.76 | 0.36 | 0 | 0.00 | 208.29 | 0.99 | 0.62 |
| Hex | 3D | A3 | FE | 4C | 24 | 0 | 0 | D0 | 63 | 3E |
| Octal | 75 | 243 | 376 | 114 | 44 | 0 | 0 | 320 | 143 | 76 |
| Binary | 111101 | 10100011 | 11111110 | 1001100 | 100100 | 0 | 0 | 11010000 | 1100011 | 111110 |
Color Harmonies of #3DA3FE
Complementary color
Monochromatic Colors of #3DA3FE
Black with #3DA3FE
Text Example
Text Example
White with #3DA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA3FE; }
p { color: rgb(61,163,254); }
H1.HeaderClassName
{
color: #3DA3FE;
}
.AnyTagClassName
{
color: #3DA3FE;
}
</style>
background-color css
<style>
a { background-color: #3DA3FE; }
a { background-color: rgb(61,163,254); }
div.DivClassName
{
background-color: #3DA3FE;
}
.BgClassName
{
background-color: #3DA3FE;
}
</style>
border-color css
<style>
span { border-color: #3DA3FE; }
span { border-color: rgb(61,163,254); }
td.TdClassName
{
border-color: #3DA3FE;
}
.TagClassName
{
border-color: #3DA3FE;
}
</style>