Shades of Dodger Blue #3781FF
Tints of Dodger Blue #3781FF
RGB
CMYK
RGB Variations
Color information
#3781FF (or 0x3781FF) is known color: Dodger Blue. HEX triplet: 37, 81 and FF. RGB value is (55,129,255). Sum of RGB (Red+Green+Blue) = 55+129+255=439 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.53% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #3781FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3781FF is #C87E00. Grayscale: #787878. Windows color (decimal): -13139457 or 16744759. OLE color: 16744759.
HSL color Cylindrical-coordinate representation of color #3781FF: hue angle of 217.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3781FF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 129 | 255 | - |
| CMYK | 0.78 | 0.49 | 0 | 0 |
| HSL | 217.8º | 1% | 0.61% | - |
| HSV(B) | 217.8º | 0.78% | 1% | - |
| XYZ | 27.48 | 23.73 | 97.74 | - |
| YUV | 121.24 | 203.48 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 255 | 0.78 | 0.49 | 0 | 0 | 217.8 | 1 | 0.61 |
| Hex | 37 | 81 | FF | 4E | 31 | 0 | 0 | DA | 64 | 3D |
| Octal | 67 | 201 | 377 | 116 | 61 | 0 | 0 | 332 | 144 | 75 |
| Binary | 110111 | 10000001 | 11111111 | 1001110 | 110001 | 0 | 0 | 11011010 | 1100100 | 111101 |
Color Harmonies of #3781FF
Complementary color
Monochromatic Colors of #3781FF
Black with #3781FF
Text Example
Text Example
White with #3781FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3781FF; }
p { color: rgb(55,129,255); }
H1.HeaderClassName
{
color: #3781FF;
}
.AnyTagClassName
{
color: #3781FF;
}
</style>
background-color css
<style>
a { background-color: #3781FF; }
a { background-color: rgb(55,129,255); }
div.DivClassName
{
background-color: #3781FF;
}
.BgClassName
{
background-color: #3781FF;
}
</style>
border-color css
<style>
span { border-color: #3781FF; }
span { border-color: rgb(55,129,255); }
td.TdClassName
{
border-color: #3781FF;
}
.TagClassName
{
border-color: #3781FF;
}
</style>