Shades of Dodger Blue #3D92EF
Tints of Dodger Blue #3D92EF
RGB
CMYK
RGB Variations
Color information
#3D92EF (or 0x3D92EF) is known color: Dodger Blue. HEX triplet: 3D, 92 and EF. RGB value is (61,146,239). Sum of RGB (Red+Green+Blue) = 61+146+239=446 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.68% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D92EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D92EF is #C26D10. Grayscale: #828282. Windows color (decimal): -12741905 or 15700541. OLE color: 15700541.
HSL color Cylindrical-coordinate representation of color #3D92EF: hue angle of 211.35º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D92EF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 146 | 239 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.06 |
| HSL | 211.35º | 0.85% | 0.59% | - |
| HSV(B) | 211.35º | 0.74% | 0.94% | - |
| XYZ | 27.78 | 27.78 | 85.56 | - |
| YUV | 131.19 | 188.84 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 239 | 0.74 | 0.39 | 0 | 0.06 | 211.35 | 0.85 | 0.59 |
| Hex | 3D | 92 | EF | 4A | 27 | 0 | 6 | D3 | 55 | 3B |
| Octal | 75 | 222 | 357 | 112 | 47 | 0 | 6 | 323 | 125 | 73 |
| Binary | 111101 | 10010010 | 11101111 | 1001010 | 100111 | 0 | 110 | 11010011 | 1010101 | 111011 |
Color Harmonies of #3D92EF
Complementary color
Monochromatic Colors of #3D92EF
Black with #3D92EF
Text Example
Text Example
White with #3D92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D92EF; }
p { color: rgb(61,146,239); }
H1.HeaderClassName
{
color: #3D92EF;
}
.AnyTagClassName
{
color: #3D92EF;
}
</style>
background-color css
<style>
a { background-color: #3D92EF; }
a { background-color: rgb(61,146,239); }
div.DivClassName
{
background-color: #3D92EF;
}
.BgClassName
{
background-color: #3D92EF;
}
</style>
border-color css
<style>
span { border-color: #3D92EF; }
span { border-color: rgb(61,146,239); }
td.TdClassName
{
border-color: #3D92EF;
}
.TagClassName
{
border-color: #3D92EF;
}
</style>