Shades of Dodger Blue #3696FF
Tints of Dodger Blue #3696FF
RGB
CMYK
RGB Variations
Color information
#3696FF (or 0x3696FF) is known color: Dodger Blue. HEX triplet: 36, 96 and FF. RGB value is (54,150,255). Sum of RGB (Red+Green+Blue) = 54+150+255=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 150 (58.98% from 255 or 32.68% 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 #3696FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3696FF is #C96900. Grayscale: #848484. Windows color (decimal): -13199617 or 16750134. OLE color: 16750134.
HSL color Cylindrical-coordinate representation of color #3696FF: hue angle of 211.34º 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 #3696FF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 150 | 255 | - |
| CMYK | 0.79 | 0.41 | 0 | 0 |
| HSL | 211.34º | 1% | 0.61% | - |
| HSV(B) | 211.34º | 0.79% | 1% | - |
| XYZ | 30.48 | 29.82 | 98.76 | - |
| YUV | 133.27 | 196.7 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 255 | 0.79 | 0.41 | 0 | 0 | 211.34 | 1 | 0.61 |
| Hex | 36 | 96 | FF | 4F | 29 | 0 | 0 | D3 | 64 | 3D |
| Octal | 66 | 226 | 377 | 117 | 51 | 0 | 0 | 323 | 144 | 75 |
| Binary | 110110 | 10010110 | 11111111 | 1001111 | 101001 | 0 | 0 | 11010011 | 1100100 | 111101 |
Color Harmonies of #3696FF
Complementary color
Monochromatic Colors of #3696FF
Black with #3696FF
Text Example
Text Example
White with #3696FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696FF; }
p { color: rgb(54,150,255); }
H1.HeaderClassName
{
color: #3696FF;
}
.AnyTagClassName
{
color: #3696FF;
}
</style>
background-color css
<style>
a { background-color: #3696FF; }
a { background-color: rgb(54,150,255); }
div.DivClassName
{
background-color: #3696FF;
}
.BgClassName
{
background-color: #3696FF;
}
</style>
border-color css
<style>
span { border-color: #3696FF; }
span { border-color: rgb(54,150,255); }
td.TdClassName
{
border-color: #3696FF;
}
.TagClassName
{
border-color: #3696FF;
}
</style>