Shades of Dodger Blue #3C97FF
Tints of Dodger Blue #3C97FF
RGB
CMYK
RGB Variations
Color information
#3C97FF (or 0x3C97FF) is known color: Dodger Blue. HEX triplet: 3C, 97 and FF. RGB value is (60,151,255). Sum of RGB (Red+Green+Blue) = 60+151+255=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C97FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C97FF is #C36800. Grayscale: #878787. Windows color (decimal): -12806145 or 16750396. OLE color: 16750396.
HSL color Cylindrical-coordinate representation of color #3C97FF: hue angle of 212º 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 #3C97FF is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 151 | 255 | - |
| CMYK | 0.76 | 0.41 | 0 | 0 |
| HSL | 212º | 1% | 0.62% | - |
| HSV(B) | 212º | 0.76% | 1% | - |
| XYZ | 30.98 | 30.31 | 98.83 | - |
| YUV | 135.65 | 195.35 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 255 | 0.76 | 0.41 | 0 | 0 | 212 | 1 | 0.62 |
| Hex | 3C | 97 | FF | 4C | 29 | 0 | 0 | D4 | 64 | 3E |
| Octal | 74 | 227 | 377 | 114 | 51 | 0 | 0 | 324 | 144 | 76 |
| Binary | 111100 | 10010111 | 11111111 | 1001100 | 101001 | 0 | 0 | 11010100 | 1100100 | 111110 |
Color Harmonies of #3C97FF
Complementary color
Monochromatic Colors of #3C97FF
Black with #3C97FF
Text Example
Text Example
White with #3C97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C97FF; }
p { color: rgb(60,151,255); }
H1.HeaderClassName
{
color: #3C97FF;
}
.AnyTagClassName
{
color: #3C97FF;
}
</style>
background-color css
<style>
a { background-color: #3C97FF; }
a { background-color: rgb(60,151,255); }
div.DivClassName
{
background-color: #3C97FF;
}
.BgClassName
{
background-color: #3C97FF;
}
</style>
border-color css
<style>
span { border-color: #3C97FF; }
span { border-color: rgb(60,151,255); }
td.TdClassName
{
border-color: #3C97FF;
}
.TagClassName
{
border-color: #3C97FF;
}
</style>