Shades of Dodger Blue #3F84FF
Tints of Dodger Blue #3F84FF
RGB
CMYK
RGB Variations
Color information
#3F84FF (or 0x3F84FF) is known color: Dodger Blue. HEX triplet: 3F, 84 and FF. RGB value is (63,132,255). Sum of RGB (Red+Green+Blue) = 63+132+255=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F84FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F84FF is #C07B00. Grayscale: #7C7C7C. Windows color (decimal): -12614401 or 16745535. OLE color: 16745535.
HSL color Cylindrical-coordinate representation of color #3F84FF: hue angle of 218.44º 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 #3F84FF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 132 | 255 | - |
| CMYK | 0.75 | 0.48 | 0 | 0 |
| HSL | 218.44º | 1% | 0.62% | - |
| HSV(B) | 218.44º | 0.75% | 1% | - |
| XYZ | 28.35 | 24.78 | 97.9 | - |
| YUV | 125.39 | 201.14 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 255 | 0.75 | 0.48 | 0 | 0 | 218.44 | 1 | 0.62 |
| Hex | 3F | 84 | FF | 4B | 30 | 0 | 0 | DA | 64 | 3E |
| Octal | 77 | 204 | 377 | 113 | 60 | 0 | 0 | 332 | 144 | 76 |
| Binary | 111111 | 10000100 | 11111111 | 1001011 | 110000 | 0 | 0 | 11011010 | 1100100 | 111110 |
Color Harmonies of #3F84FF
Complementary color
Monochromatic Colors of #3F84FF
Black with #3F84FF
Text Example
Text Example
White with #3F84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F84FF; }
p { color: rgb(63,132,255); }
H1.HeaderClassName
{
color: #3F84FF;
}
.AnyTagClassName
{
color: #3F84FF;
}
</style>
background-color css
<style>
a { background-color: #3F84FF; }
a { background-color: rgb(63,132,255); }
div.DivClassName
{
background-color: #3F84FF;
}
.BgClassName
{
background-color: #3F84FF;
}
</style>
border-color css
<style>
span { border-color: #3F84FF; }
span { border-color: rgb(63,132,255); }
td.TdClassName
{
border-color: #3F84FF;
}
.TagClassName
{
border-color: #3F84FF;
}
</style>