Shades of Dodger Blue #3795FF
Tints of Dodger Blue #3795FF
RGB
CMYK
RGB Variations
Color information
#3795FF (or 0x3795FF) is known color: Dodger Blue. HEX triplet: 37, 95 and FF. RGB value is (55,149,255). Sum of RGB (Red+Green+Blue) = 55+149+255=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #3795FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3795FF is #C86A00. Grayscale: #848484. Windows color (decimal): -13134337 or 16749879. OLE color: 16749879.
HSL color Cylindrical-coordinate representation of color #3795FF: hue angle of 211.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 #3795FF is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 149 | 255 | - |
| CMYK | 0.78 | 0.42 | 0 | 0 |
| HSL | 211.8º | 1% | 0.61% | - |
| HSV(B) | 211.8º | 0.78% | 1% | - |
| XYZ | 30.37 | 29.53 | 98.71 | - |
| YUV | 132.98 | 196.86 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 149 | 255 | 0.78 | 0.42 | 0 | 0 | 211.8 | 1 | 0.61 |
| Hex | 37 | 95 | FF | 4E | 2A | 0 | 0 | D4 | 64 | 3D |
| Octal | 67 | 225 | 377 | 116 | 52 | 0 | 0 | 324 | 144 | 75 |
| Binary | 110111 | 10010101 | 11111111 | 1001110 | 101010 | 0 | 0 | 11010100 | 1100100 | 111101 |
Color Harmonies of #3795FF
Complementary color
Monochromatic Colors of #3795FF
Black with #3795FF
Text Example
Text Example
White with #3795FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3795FF; }
p { color: rgb(55,149,255); }
H1.HeaderClassName
{
color: #3795FF;
}
.AnyTagClassName
{
color: #3795FF;
}
</style>
background-color css
<style>
a { background-color: #3795FF; }
a { background-color: rgb(55,149,255); }
div.DivClassName
{
background-color: #3795FF;
}
.BgClassName
{
background-color: #3795FF;
}
</style>
border-color css
<style>
span { border-color: #3795FF; }
span { border-color: rgb(55,149,255); }
td.TdClassName
{
border-color: #3795FF;
}
.TagClassName
{
border-color: #3795FF;
}
</style>