Shades of Dodger Blue #3C98FF
Tints of Dodger Blue #3C98FF
RGB
CMYK
RGB Variations
Color information
#3C98FF (or 0x3C98FF) is known color: Dodger Blue. HEX triplet: 3C, 98 and FF. RGB value is (60,152,255). Sum of RGB (Red+Green+Blue) = 60+152+255=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C98FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C98FF is #C36700. Grayscale: #878787. Windows color (decimal): -12805889 or 16750652. OLE color: 16750652.
HSL color Cylindrical-coordinate representation of color #3C98FF: hue angle of 211.69º 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 #3C98FF is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 152 | 255 | - |
| CMYK | 0.76 | 0.40 | 0 | 0 |
| HSL | 211.69º | 1% | 0.62% | - |
| HSV(B) | 211.69º | 0.76% | 1% | - |
| XYZ | 31.14 | 30.64 | 98.88 | - |
| YUV | 136.23 | 195.02 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 152 | 255 | 0.76 | 0.40 | 0 | 0 | 211.69 | 1 | 0.62 |
| Hex | 3C | 98 | FF | 4C | 28 | 0 | 0 | D4 | 64 | 3E |
| Octal | 74 | 230 | 377 | 114 | 50 | 0 | 0 | 324 | 144 | 76 |
| Binary | 111100 | 10011000 | 11111111 | 1001100 | 101000 | 0 | 0 | 11010100 | 1100100 | 111110 |
Color Harmonies of #3C98FF
Complementary color
Monochromatic Colors of #3C98FF
Black with #3C98FF
Text Example
Text Example
White with #3C98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C98FF; }
p { color: rgb(60,152,255); }
H1.HeaderClassName
{
color: #3C98FF;
}
.AnyTagClassName
{
color: #3C98FF;
}
</style>
background-color css
<style>
a { background-color: #3C98FF; }
a { background-color: rgb(60,152,255); }
div.DivClassName
{
background-color: #3C98FF;
}
.BgClassName
{
background-color: #3C98FF;
}
</style>
border-color css
<style>
span { border-color: #3C98FF; }
span { border-color: rgb(60,152,255); }
td.TdClassName
{
border-color: #3C98FF;
}
.TagClassName
{
border-color: #3C98FF;
}
</style>