Shades of Dodger Blue #3FA0FF
Tints of Dodger Blue #3FA0FF
RGB
CMYK
RGB Variations
Color information
#3FA0FF (or 0x3FA0FF) is known color: Dodger Blue. HEX triplet: 3F, A0 and FF. RGB value is (63,160,255). Sum of RGB (Red+Green+Blue) = 63+160+255=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FA0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA0FF is #C05F00. Grayscale: #8D8D8D. Windows color (decimal): -12607233 or 16752703. OLE color: 16752703.
HSL color Cylindrical-coordinate representation of color #3FA0FF: hue angle of 209.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FA0FF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 160 | 255 | - |
| CMYK | 0.75 | 0.37 | 0 | 0 |
| HSL | 209.69º | 1% | 0.62% | - |
| HSV(B) | 209.69º | 0.75% | 1% | - |
| XYZ | 32.67 | 33.42 | 99.34 | - |
| YUV | 141.83 | 191.86 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 255 | 0.75 | 0.37 | 0 | 0 | 209.69 | 1 | 0.62 |
| Hex | 3F | A0 | FF | 4B | 25 | 0 | 0 | D2 | 64 | 3E |
| Octal | 77 | 240 | 377 | 113 | 45 | 0 | 0 | 322 | 144 | 76 |
| Binary | 111111 | 10100000 | 11111111 | 1001011 | 100101 | 0 | 0 | 11010010 | 1100100 | 111110 |
Color Harmonies of #3FA0FF
Complementary color
Monochromatic Colors of #3FA0FF
Black with #3FA0FF
Text Example
Text Example
White with #3FA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA0FF; }
p { color: rgb(63,160,255); }
H1.HeaderClassName
{
color: #3FA0FF;
}
.AnyTagClassName
{
color: #3FA0FF;
}
</style>
background-color css
<style>
a { background-color: #3FA0FF; }
a { background-color: rgb(63,160,255); }
div.DivClassName
{
background-color: #3FA0FF;
}
.BgClassName
{
background-color: #3FA0FF;
}
</style>
border-color css
<style>
span { border-color: #3FA0FF; }
span { border-color: rgb(63,160,255); }
td.TdClassName
{
border-color: #3FA0FF;
}
.TagClassName
{
border-color: #3FA0FF;
}
</style>