Shades of Dodger Blue #3D8CFD
Tints of Dodger Blue #3D8CFD
RGB
CMYK
RGB Variations
Color information
#3D8CFD (or 0x3D8CFD) is known color: Dodger Blue. HEX triplet: 3D, 8C and FD. RGB value is (61,140,253). Sum of RGB (Red+Green+Blue) = 61+140+253=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D8CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8CFD is #C27302. Grayscale: #808080. Windows color (decimal): -12743427 or 16616509. OLE color: 16616509.
HSL color Cylindrical-coordinate representation of color #3D8CFD: hue angle of 215.31º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D8CFD is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 140 | 253 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.01 |
| HSL | 215.31º | 0.98% | 0.62% | - |
| HSV(B) | 215.31º | 0.76% | 0.99% | - |
| XYZ | 29.03 | 26.84 | 96.58 | - |
| YUV | 129.26 | 197.83 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 253 | 0.76 | 0.45 | 0 | 0.01 | 215.31 | 0.98 | 0.62 |
| Hex | 3D | 8C | FD | 4C | 2D | 0 | 1 | D7 | 62 | 3E |
| Octal | 75 | 214 | 375 | 114 | 55 | 0 | 1 | 327 | 142 | 76 |
| Binary | 111101 | 10001100 | 11111101 | 1001100 | 101101 | 0 | 1 | 11010111 | 1100010 | 111110 |
Color Harmonies of #3D8CFD
Complementary color
Monochromatic Colors of #3D8CFD
Black with #3D8CFD
Text Example
Text Example
White with #3D8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8CFD; }
p { color: rgb(61,140,253); }
H1.HeaderClassName
{
color: #3D8CFD;
}
.AnyTagClassName
{
color: #3D8CFD;
}
</style>
background-color css
<style>
a { background-color: #3D8CFD; }
a { background-color: rgb(61,140,253); }
div.DivClassName
{
background-color: #3D8CFD;
}
.BgClassName
{
background-color: #3D8CFD;
}
</style>
border-color css
<style>
span { border-color: #3D8CFD; }
span { border-color: rgb(61,140,253); }
td.TdClassName
{
border-color: #3D8CFD;
}
.TagClassName
{
border-color: #3D8CFD;
}
</style>