Shades of Dodger Blue #3697FF
Tints of Dodger Blue #3697FF
RGB
CMYK
RGB Variations
Color information
#3697FF (or 0x3697FF) is known color: Dodger Blue. HEX triplet: 36, 97 and FF. RGB value is (54,151,255). Sum of RGB (Red+Green+Blue) = 54+151+255=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #3697FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3697FF is #C96800. Grayscale: #858585. Windows color (decimal): -13199361 or 16750390. OLE color: 16750390.
HSL color Cylindrical-coordinate representation of color #3697FF: hue angle of 211.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3697FF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 151 | 255 | - |
| CMYK | 0.79 | 0.41 | 0 | 0 |
| HSL | 211.04º | 1% | 0.61% | - |
| HSV(B) | 211.04º | 0.79% | 1% | - |
| XYZ | 30.64 | 30.14 | 98.81 | - |
| YUV | 133.85 | 196.36 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 255 | 0.79 | 0.41 | 0 | 0 | 211.04 | 1 | 0.61 |
| Hex | 36 | 97 | FF | 4F | 29 | 0 | 0 | D3 | 64 | 3D |
| Octal | 66 | 227 | 377 | 117 | 51 | 0 | 0 | 323 | 144 | 75 |
| Binary | 110110 | 10010111 | 11111111 | 1001111 | 101001 | 0 | 0 | 11010011 | 1100100 | 111101 |
Color Harmonies of #3697FF
Complementary color
Monochromatic Colors of #3697FF
Black with #3697FF
Text Example
Text Example
White with #3697FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3697FF; }
p { color: rgb(54,151,255); }
H1.HeaderClassName
{
color: #3697FF;
}
.AnyTagClassName
{
color: #3697FF;
}
</style>
background-color css
<style>
a { background-color: #3697FF; }
a { background-color: rgb(54,151,255); }
div.DivClassName
{
background-color: #3697FF;
}
.BgClassName
{
background-color: #3697FF;
}
</style>
border-color css
<style>
span { border-color: #3697FF; }
span { border-color: rgb(54,151,255); }
td.TdClassName
{
border-color: #3697FF;
}
.TagClassName
{
border-color: #3697FF;
}
</style>