Shades of Dodger Blue #3FA1FF
Tints of Dodger Blue #3FA1FF
RGB
CMYK
RGB Variations
Color information
#3FA1FF (or 0x3FA1FF) is known color: Dodger Blue. HEX triplet: 3F, A1 and FF. RGB value is (63,161,255). Sum of RGB (Red+Green+Blue) = 63+161+255=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FA1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA1FF is #C05E00. Grayscale: #8D8D8D. Windows color (decimal): -12606977 or 16752959. OLE color: 16752959.
HSL color Cylindrical-coordinate representation of color #3FA1FF: hue angle of 209.38º 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 #3FA1FF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 161 | 255 | - |
| CMYK | 0.75 | 0.37 | 0 | 0 |
| HSL | 209.38º | 1% | 0.62% | - |
| HSV(B) | 209.38º | 0.75% | 1% | - |
| XYZ | 32.84 | 33.77 | 99.39 | - |
| YUV | 142.41 | 191.53 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 255 | 0.75 | 0.37 | 0 | 0 | 209.38 | 1 | 0.62 |
| Hex | 3F | A1 | FF | 4B | 25 | 0 | 0 | D1 | 64 | 3E |
| Octal | 77 | 241 | 377 | 113 | 45 | 0 | 0 | 321 | 144 | 76 |
| Binary | 111111 | 10100001 | 11111111 | 1001011 | 100101 | 0 | 0 | 11010001 | 1100100 | 111110 |
Color Harmonies of #3FA1FF
Complementary color
Monochromatic Colors of #3FA1FF
Black with #3FA1FF
Text Example
Text Example
White with #3FA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA1FF; }
p { color: rgb(63,161,255); }
H1.HeaderClassName
{
color: #3FA1FF;
}
.AnyTagClassName
{
color: #3FA1FF;
}
</style>
background-color css
<style>
a { background-color: #3FA1FF; }
a { background-color: rgb(63,161,255); }
div.DivClassName
{
background-color: #3FA1FF;
}
.BgClassName
{
background-color: #3FA1FF;
}
</style>
border-color css
<style>
span { border-color: #3FA1FF; }
span { border-color: rgb(63,161,255); }
td.TdClassName
{
border-color: #3FA1FF;
}
.TagClassName
{
border-color: #3FA1FF;
}
</style>