Shades of Dodger Blue #3D93FB
Tints of Dodger Blue #3D93FB
RGB
CMYK
RGB Variations
Color information
#3D93FB (or 0x3D93FB) is known color: Dodger Blue. HEX triplet: 3D, 93 and FB. RGB value is (61,147,251). Sum of RGB (Red+Green+Blue) = 61+147+251=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D93FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D93FB is #C26C04. Grayscale: #848484. Windows color (decimal): -12741637 or 16487229. OLE color: 16487229.
HSL color Cylindrical-coordinate representation of color #3D93FB: hue angle of 212.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D93FB is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 147 | 251 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.02 |
| HSL | 212.84º | 0.96% | 0.61% | - |
| HSV(B) | 212.84º | 0.76% | 0.98% | - |
| XYZ | 29.77 | 28.82 | 95.26 | - |
| YUV | 133.14 | 194.51 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 251 | 0.76 | 0.41 | 0 | 0.02 | 212.84 | 0.96 | 0.61 |
| Hex | 3D | 93 | FB | 4C | 29 | 0 | 2 | D5 | 60 | 3D |
| Octal | 75 | 223 | 373 | 114 | 51 | 0 | 2 | 325 | 140 | 75 |
| Binary | 111101 | 10010011 | 11111011 | 1001100 | 101001 | 0 | 10 | 11010101 | 1100000 | 111101 |
Color Harmonies of #3D93FB
Complementary color
Monochromatic Colors of #3D93FB
Black with #3D93FB
Text Example
Text Example
White with #3D93FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D93FB; }
p { color: rgb(61,147,251); }
H1.HeaderClassName
{
color: #3D93FB;
}
.AnyTagClassName
{
color: #3D93FB;
}
</style>
background-color css
<style>
a { background-color: #3D93FB; }
a { background-color: rgb(61,147,251); }
div.DivClassName
{
background-color: #3D93FB;
}
.BgClassName
{
background-color: #3D93FB;
}
</style>
border-color css
<style>
span { border-color: #3D93FB; }
span { border-color: rgb(61,147,251); }
td.TdClassName
{
border-color: #3D93FB;
}
.TagClassName
{
border-color: #3D93FB;
}
</style>