Shades of Dodger Blue #3C87FB
Tints of Dodger Blue #3C87FB
RGB
CMYK
RGB Variations
Color information
#3C87FB (or 0x3C87FB) is known color: Dodger Blue. HEX triplet: 3C, 87 and FB. RGB value is (60,135,251). Sum of RGB (Red+Green+Blue) = 60+135+251=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C87FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C87FB is #C37804. Grayscale: #7D7D7D. Windows color (decimal): -12810245 or 16484156. OLE color: 16484156.
HSL color Cylindrical-coordinate representation of color #3C87FB: hue angle of 216.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C87FB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 135 | 251 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.02 |
| HSL | 216.44º | 0.96% | 0.61% | - |
| HSV(B) | 216.44º | 0.76% | 0.98% | - |
| XYZ | 27.94 | 25.25 | 94.67 | - |
| YUV | 125.8 | 198.65 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 251 | 0.76 | 0.46 | 0 | 0.02 | 216.44 | 0.96 | 0.61 |
| Hex | 3C | 87 | FB | 4C | 2E | 0 | 2 | D8 | 60 | 3D |
| Octal | 74 | 207 | 373 | 114 | 56 | 0 | 2 | 330 | 140 | 75 |
| Binary | 111100 | 10000111 | 11111011 | 1001100 | 101110 | 0 | 10 | 11011000 | 1100000 | 111101 |
Color Harmonies of #3C87FB
Complementary color
Monochromatic Colors of #3C87FB
Black with #3C87FB
Text Example
Text Example
White with #3C87FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C87FB; }
p { color: rgb(60,135,251); }
H1.HeaderClassName
{
color: #3C87FB;
}
.AnyTagClassName
{
color: #3C87FB;
}
</style>
background-color css
<style>
a { background-color: #3C87FB; }
a { background-color: rgb(60,135,251); }
div.DivClassName
{
background-color: #3C87FB;
}
.BgClassName
{
background-color: #3C87FB;
}
</style>
border-color css
<style>
span { border-color: #3C87FB; }
span { border-color: rgb(60,135,251); }
td.TdClassName
{
border-color: #3C87FB;
}
.TagClassName
{
border-color: #3C87FB;
}
</style>