Shades of Dodger Blue #3696FC
Tints of Dodger Blue #3696FC
RGB
CMYK
RGB Variations
Color information
#3696FC (or 0x3696FC) is known color: Dodger Blue. HEX triplet: 36, 96 and FC. RGB value is (54,150,252). Sum of RGB (Red+Green+Blue) = 54+150+252=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #3696FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3696FC is #C96903. Grayscale: #848484. Windows color (decimal): -13199620 or 16553526. OLE color: 16553526.
HSL color Cylindrical-coordinate representation of color #3696FC: hue angle of 210.91º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3696FC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 150 | 252 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.01 |
| HSL | 210.91º | 0.97% | 0.6% | - |
| HSV(B) | 210.91º | 0.79% | 0.99% | - |
| XYZ | 30 | 29.63 | 96.23 | - |
| YUV | 132.92 | 195.2 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 252 | 0.79 | 0.40 | 0 | 0.01 | 210.91 | 0.97 | 0.6 |
| Hex | 36 | 96 | FC | 4F | 28 | 0 | 1 | D3 | 61 | 3C |
| Octal | 66 | 226 | 374 | 117 | 50 | 0 | 1 | 323 | 141 | 74 |
| Binary | 110110 | 10010110 | 11111100 | 1001111 | 101000 | 0 | 1 | 11010011 | 1100001 | 111100 |
Color Harmonies of #3696FC
Complementary color
Monochromatic Colors of #3696FC
Black with #3696FC
Text Example
Text Example
White with #3696FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696FC; }
p { color: rgb(54,150,252); }
H1.HeaderClassName
{
color: #3696FC;
}
.AnyTagClassName
{
color: #3696FC;
}
</style>
background-color css
<style>
a { background-color: #3696FC; }
a { background-color: rgb(54,150,252); }
div.DivClassName
{
background-color: #3696FC;
}
.BgClassName
{
background-color: #3696FC;
}
</style>
border-color css
<style>
span { border-color: #3696FC; }
span { border-color: rgb(54,150,252); }
td.TdClassName
{
border-color: #3696FC;
}
.TagClassName
{
border-color: #3696FC;
}
</style>