Shades of Dodger Blue #3D8DFF
Tints of Dodger Blue #3D8DFF
RGB
CMYK
RGB Variations
Color information
#3D8DFF (or 0x3D8DFF) is known color: Dodger Blue. HEX triplet: 3D, 8D and FF. RGB value is (61,141,255). Sum of RGB (Red+Green+Blue) = 61+141+255=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D8DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8DFF is #C27200. Grayscale: #818181. Windows color (decimal): -12743169 or 16747837. OLE color: 16747837.
HSL color Cylindrical-coordinate representation of color #3D8DFF: hue angle of 215.26º 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 #3D8DFF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 141 | 255 | - |
| CMYK | 0.76 | 0.45 | 0 | 0 |
| HSL | 215.26º | 1% | 0.62% | - |
| HSV(B) | 215.26º | 0.76% | 1% | - |
| XYZ | 29.5 | 27.26 | 98.32 | - |
| YUV | 130.08 | 198.5 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 255 | 0.76 | 0.45 | 0 | 0 | 215.26 | 1 | 0.62 |
| Hex | 3D | 8D | FF | 4C | 2D | 0 | 0 | D7 | 64 | 3E |
| Octal | 75 | 215 | 377 | 114 | 55 | 0 | 0 | 327 | 144 | 76 |
| Binary | 111101 | 10001101 | 11111111 | 1001100 | 101101 | 0 | 0 | 11010111 | 1100100 | 111110 |
Color Harmonies of #3D8DFF
Complementary color
Monochromatic Colors of #3D8DFF
Black with #3D8DFF
Text Example
Text Example
White with #3D8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8DFF; }
p { color: rgb(61,141,255); }
H1.HeaderClassName
{
color: #3D8DFF;
}
.AnyTagClassName
{
color: #3D8DFF;
}
</style>
background-color css
<style>
a { background-color: #3D8DFF; }
a { background-color: rgb(61,141,255); }
div.DivClassName
{
background-color: #3D8DFF;
}
.BgClassName
{
background-color: #3D8DFF;
}
</style>
border-color css
<style>
span { border-color: #3D8DFF; }
span { border-color: rgb(61,141,255); }
td.TdClassName
{
border-color: #3D8DFF;
}
.TagClassName
{
border-color: #3D8DFF;
}
</style>