Shades of Dodger Blue #3D91EA
Tints of Dodger Blue #3D91EA
RGB
CMYK
RGB Variations
Color information
#3D91EA (or 0x3D91EA) is known color: Dodger Blue. HEX triplet: 3D, 91 and EA. RGB value is (61,145,234). Sum of RGB (Red+Green+Blue) = 61+145+234=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D91EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D91EA is #C26E15. Grayscale: #818181. Windows color (decimal): -12742166 or 15372605. OLE color: 15372605.
HSL color Cylindrical-coordinate representation of color #3D91EA: hue angle of 210.87º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D91EA is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 145 | 234 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.08 |
| HSL | 210.87º | 0.8% | 0.58% | - |
| HSV(B) | 210.87º | 0.74% | 0.92% | - |
| XYZ | 26.9 | 27.18 | 81.67 | - |
| YUV | 130.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 234 | 0.74 | 0.38 | 0 | 0.08 | 210.87 | 0.8 | 0.58 |
| Hex | 3D | 91 | EA | 4A | 26 | 0 | 8 | D3 | 50 | 3A |
| Octal | 75 | 221 | 352 | 112 | 46 | 0 | 10 | 323 | 120 | 72 |
| Binary | 111101 | 10010001 | 11101010 | 1001010 | 100110 | 0 | 1000 | 11010011 | 1010000 | 111010 |
Color Harmonies of #3D91EA
Complementary color
Monochromatic Colors of #3D91EA
Black with #3D91EA
Text Example
Text Example
White with #3D91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D91EA; }
p { color: rgb(61,145,234); }
H1.HeaderClassName
{
color: #3D91EA;
}
.AnyTagClassName
{
color: #3D91EA;
}
</style>
background-color css
<style>
a { background-color: #3D91EA; }
a { background-color: rgb(61,145,234); }
div.DivClassName
{
background-color: #3D91EA;
}
.BgClassName
{
background-color: #3D91EA;
}
</style>
border-color css
<style>
span { border-color: #3D91EA; }
span { border-color: rgb(61,145,234); }
td.TdClassName
{
border-color: #3D91EA;
}
.TagClassName
{
border-color: #3D91EA;
}
</style>