Shades of Dodger Blue #3896FC
Tints of Dodger Blue #3896FC
RGB
CMYK
RGB Variations
Color information
#3896FC (or 0x3896FC) is known color: Dodger Blue. HEX triplet: 38, 96 and FC. RGB value is (56,150,252). Sum of RGB (Red+Green+Blue) = 56+150+252=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #3896FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3896FC is #C76903. Grayscale: #858585. Windows color (decimal): -13068548 or 16553528. OLE color: 16553528.
HSL color Cylindrical-coordinate representation of color #3896FC: hue angle of 211.22º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3896FC is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 150 | 252 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.01 |
| HSL | 211.22º | 0.97% | 0.6% | - |
| HSV(B) | 211.22º | 0.78% | 0.99% | - |
| XYZ | 30.11 | 29.68 | 96.24 | - |
| YUV | 133.52 | 194.86 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 252 | 0.78 | 0.40 | 0 | 0.01 | 211.22 | 0.97 | 0.6 |
| Hex | 38 | 96 | FC | 4E | 28 | 0 | 1 | D3 | 61 | 3C |
| Octal | 70 | 226 | 374 | 116 | 50 | 0 | 1 | 323 | 141 | 74 |
| Binary | 111000 | 10010110 | 11111100 | 1001110 | 101000 | 0 | 1 | 11010011 | 1100001 | 111100 |
Color Harmonies of #3896FC
Complementary color
Monochromatic Colors of #3896FC
Black with #3896FC
Text Example
Text Example
White with #3896FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3896FC; }
p { color: rgb(56,150,252); }
H1.HeaderClassName
{
color: #3896FC;
}
.AnyTagClassName
{
color: #3896FC;
}
</style>
background-color css
<style>
a { background-color: #3896FC; }
a { background-color: rgb(56,150,252); }
div.DivClassName
{
background-color: #3896FC;
}
.BgClassName
{
background-color: #3896FC;
}
</style>
border-color css
<style>
span { border-color: #3896FC; }
span { border-color: rgb(56,150,252); }
td.TdClassName
{
border-color: #3896FC;
}
.TagClassName
{
border-color: #3896FC;
}
</style>