Shades of Dodger Blue #3D9CFC
Tints of Dodger Blue #3D9CFC
RGB
CMYK
RGB Variations
Color information
#3D9CFC (or 0x3D9CFC) is known color: Dodger Blue. HEX triplet: 3D, 9C and FC. RGB value is (61,156,252). Sum of RGB (Red+Green+Blue) = 61+156+252=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D9CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D9CFC is #C26303. Grayscale: #8A8A8A. Windows color (decimal): -12739332 or 16555069. OLE color: 16555069.
HSL color Cylindrical-coordinate representation of color #3D9CFC: hue angle of 210.16º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D9CFC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 156 | 252 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.01 |
| HSL | 210.16º | 0.97% | 0.61% | - |
| HSV(B) | 210.16º | 0.76% | 0.99% | - |
| XYZ | 31.38 | 31.8 | 96.58 | - |
| YUV | 138.54 | 192.03 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 156 | 252 | 0.76 | 0.38 | 0 | 0.01 | 210.16 | 0.97 | 0.61 |
| Hex | 3D | 9C | FC | 4C | 26 | 0 | 1 | D2 | 61 | 3D |
| Octal | 75 | 234 | 374 | 114 | 46 | 0 | 1 | 322 | 141 | 75 |
| Binary | 111101 | 10011100 | 11111100 | 1001100 | 100110 | 0 | 1 | 11010010 | 1100001 | 111101 |
Color Harmonies of #3D9CFC
Complementary color
Monochromatic Colors of #3D9CFC
Black with #3D9CFC
Text Example
Text Example
White with #3D9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9CFC; }
p { color: rgb(61,156,252); }
H1.HeaderClassName
{
color: #3D9CFC;
}
.AnyTagClassName
{
color: #3D9CFC;
}
</style>
background-color css
<style>
a { background-color: #3D9CFC; }
a { background-color: rgb(61,156,252); }
div.DivClassName
{
background-color: #3D9CFC;
}
.BgClassName
{
background-color: #3D9CFC;
}
</style>
border-color css
<style>
span { border-color: #3D9CFC; }
span { border-color: rgb(61,156,252); }
td.TdClassName
{
border-color: #3D9CFC;
}
.TagClassName
{
border-color: #3D9CFC;
}
</style>