Shades of Dodger Blue #3FA2FF
Tints of Dodger Blue #3FA2FF
RGB
CMYK
RGB Variations
Color information
#3FA2FF (or 0x3FA2FF) is known color: Dodger Blue. HEX triplet: 3F, A2 and FF. RGB value is (63,162,255). Sum of RGB (Red+Green+Blue) = 63+162+255=480 (63% of max value = 765). Red value is 63 (25% from 255 or 13.12% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA2FF is #C05D00. Grayscale: #8E8E8E. Windows color (decimal): -12606721 or 16753215. OLE color: 16753215.
HSL color Cylindrical-coordinate representation of color #3FA2FF: hue angle of 209.06º 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 #3FA2FF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 162 | 255 | - |
| CMYK | 0.75 | 0.36 | 0 | 0 |
| HSL | 209.06º | 1% | 0.62% | - |
| HSV(B) | 209.06º | 0.75% | 1% | - |
| XYZ | 33.02 | 34.12 | 99.45 | - |
| YUV | 143 | 191.2 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 255 | 0.75 | 0.36 | 0 | 0 | 209.06 | 1 | 0.62 |
| Hex | 3F | A2 | FF | 4B | 24 | 0 | 0 | D1 | 64 | 3E |
| Octal | 77 | 242 | 377 | 113 | 44 | 0 | 0 | 321 | 144 | 76 |
| Binary | 111111 | 10100010 | 11111111 | 1001011 | 100100 | 0 | 0 | 11010001 | 1100100 | 111110 |
Color Harmonies of #3FA2FF
Complementary color
Monochromatic Colors of #3FA2FF
Black with #3FA2FF
Text Example
Text Example
White with #3FA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA2FF; }
p { color: rgb(63,162,255); }
H1.HeaderClassName
{
color: #3FA2FF;
}
.AnyTagClassName
{
color: #3FA2FF;
}
</style>
background-color css
<style>
a { background-color: #3FA2FF; }
a { background-color: rgb(63,162,255); }
div.DivClassName
{
background-color: #3FA2FF;
}
.BgClassName
{
background-color: #3FA2FF;
}
</style>
border-color css
<style>
span { border-color: #3FA2FF; }
span { border-color: rgb(63,162,255); }
td.TdClassName
{
border-color: #3FA2FF;
}
.TagClassName
{
border-color: #3FA2FF;
}
</style>