Shades of Dodger Blue #3C96FF
Tints of Dodger Blue #3C96FF
RGB
CMYK
RGB Variations
Color information
#3C96FF (or 0x3C96FF) is known color: Dodger Blue. HEX triplet: 3C, 96 and FF. RGB value is (60,150,255). Sum of RGB (Red+Green+Blue) = 60+150+255=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C96FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C96FF is #C36900. Grayscale: #868686. Windows color (decimal): -12806401 or 16750140. OLE color: 16750140.
HSL color Cylindrical-coordinate representation of color #3C96FF: hue angle of 212.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C96FF is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 150 | 255 | - |
| CMYK | 0.76 | 0.41 | 0 | 0 |
| HSL | 212.31º | 1% | 0.62% | - |
| HSV(B) | 212.31º | 0.76% | 1% | - |
| XYZ | 30.82 | 29.99 | 98.77 | - |
| YUV | 135.06 | 195.68 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 255 | 0.76 | 0.41 | 0 | 0 | 212.31 | 1 | 0.62 |
| Hex | 3C | 96 | FF | 4C | 29 | 0 | 0 | D4 | 64 | 3E |
| Octal | 74 | 226 | 377 | 114 | 51 | 0 | 0 | 324 | 144 | 76 |
| Binary | 111100 | 10010110 | 11111111 | 1001100 | 101001 | 0 | 0 | 11010100 | 1100100 | 111110 |
Color Harmonies of #3C96FF
Complementary color
Monochromatic Colors of #3C96FF
Black with #3C96FF
Text Example
Text Example
White with #3C96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C96FF; }
p { color: rgb(60,150,255); }
H1.HeaderClassName
{
color: #3C96FF;
}
.AnyTagClassName
{
color: #3C96FF;
}
</style>
background-color css
<style>
a { background-color: #3C96FF; }
a { background-color: rgb(60,150,255); }
div.DivClassName
{
background-color: #3C96FF;
}
.BgClassName
{
background-color: #3C96FF;
}
</style>
border-color css
<style>
span { border-color: #3C96FF; }
span { border-color: rgb(60,150,255); }
td.TdClassName
{
border-color: #3C96FF;
}
.TagClassName
{
border-color: #3C96FF;
}
</style>