Shades of Dodger Blue #3CA0FF
Tints of Dodger Blue #3CA0FF
RGB
CMYK
RGB Variations
Color information
#3CA0FF (or 0x3CA0FF) is known color: Dodger Blue. HEX triplet: 3C, A0 and FF. RGB value is (60,160,255). Sum of RGB (Red+Green+Blue) = 60+160+255=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CA0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA0FF is #C35F00. Grayscale: #8C8C8C. Windows color (decimal): -12803841 or 16752700. OLE color: 16752700.
HSL color Cylindrical-coordinate representation of color #3CA0FF: hue angle of 209.23º 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 #3CA0FF is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 160 | 255 | - |
| CMYK | 0.76 | 0.37 | 0 | 0 |
| HSL | 209.23º | 1% | 0.62% | - |
| HSV(B) | 209.23º | 0.76% | 1% | - |
| XYZ | 32.48 | 33.32 | 99.33 | - |
| YUV | 140.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 160 | 255 | 0.76 | 0.37 | 0 | 0 | 209.23 | 1 | 0.62 |
| Hex | 3C | A0 | FF | 4C | 25 | 0 | 0 | D1 | 64 | 3E |
| Octal | 74 | 240 | 377 | 114 | 45 | 0 | 0 | 321 | 144 | 76 |
| Binary | 111100 | 10100000 | 11111111 | 1001100 | 100101 | 0 | 0 | 11010001 | 1100100 | 111110 |
Color Harmonies of #3CA0FF
Complementary color
Monochromatic Colors of #3CA0FF
Black with #3CA0FF
Text Example
Text Example
White with #3CA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA0FF; }
p { color: rgb(60,160,255); }
H1.HeaderClassName
{
color: #3CA0FF;
}
.AnyTagClassName
{
color: #3CA0FF;
}
</style>
background-color css
<style>
a { background-color: #3CA0FF; }
a { background-color: rgb(60,160,255); }
div.DivClassName
{
background-color: #3CA0FF;
}
.BgClassName
{
background-color: #3CA0FF;
}
</style>
border-color css
<style>
span { border-color: #3CA0FF; }
span { border-color: rgb(60,160,255); }
td.TdClassName
{
border-color: #3CA0FF;
}
.TagClassName
{
border-color: #3CA0FF;
}
</style>