Shades of Dodger Blue #3D92FB
Tints of Dodger Blue #3D92FB
RGB
CMYK
RGB Variations
Color information
#3D92FB (or 0x3D92FB) is known color: Dodger Blue. HEX triplet: 3D, 92 and FB. RGB value is (61,146,251). Sum of RGB (Red+Green+Blue) = 61+146+251=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D92FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D92FB is #C26D04. Grayscale: #848484. Windows color (decimal): -12741893 or 16486973. OLE color: 16486973.
HSL color Cylindrical-coordinate representation of color #3D92FB: hue angle of 213.16º 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 #3D92FB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 146 | 251 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.02 |
| HSL | 213.16º | 0.96% | 0.61% | - |
| HSV(B) | 213.16º | 0.76% | 0.98% | - |
| XYZ | 29.62 | 28.51 | 95.21 | - |
| YUV | 132.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 251 | 0.76 | 0.42 | 0 | 0.02 | 213.16 | 0.96 | 0.61 |
| Hex | 3D | 92 | FB | 4C | 2A | 0 | 2 | D5 | 60 | 3D |
| Octal | 75 | 222 | 373 | 114 | 52 | 0 | 2 | 325 | 140 | 75 |
| Binary | 111101 | 10010010 | 11111011 | 1001100 | 101010 | 0 | 10 | 11010101 | 1100000 | 111101 |
Color Harmonies of #3D92FB
Complementary color
Monochromatic Colors of #3D92FB
Black with #3D92FB
Text Example
Text Example
White with #3D92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D92FB; }
p { color: rgb(61,146,251); }
H1.HeaderClassName
{
color: #3D92FB;
}
.AnyTagClassName
{
color: #3D92FB;
}
</style>
background-color css
<style>
a { background-color: #3D92FB; }
a { background-color: rgb(61,146,251); }
div.DivClassName
{
background-color: #3D92FB;
}
.BgClassName
{
background-color: #3D92FB;
}
</style>
border-color css
<style>
span { border-color: #3D92FB; }
span { border-color: rgb(61,146,251); }
td.TdClassName
{
border-color: #3D92FB;
}
.TagClassName
{
border-color: #3D92FB;
}
</style>