Shades of Dodger Blue #3F89FF
Tints of Dodger Blue #3F89FF
RGB
CMYK
RGB Variations
Color information
#3F89FF (or 0x3F89FF) is known color: Dodger Blue. HEX triplet: 3F, 89 and FF. RGB value is (63,137,255). Sum of RGB (Red+Green+Blue) = 63+137+255=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F89FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F89FF is #C07600. Grayscale: #7F7F7F. Windows color (decimal): -12613121 or 16746815. OLE color: 16746815.
HSL color Cylindrical-coordinate representation of color #3F89FF: hue angle of 216.88º 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 #3F89FF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 137 | 255 | - |
| CMYK | 0.75 | 0.46 | 0 | 0 |
| HSL | 216.88º | 1% | 0.62% | - |
| HSV(B) | 216.88º | 0.75% | 1% | - |
| XYZ | 29.05 | 26.17 | 98.13 | - |
| YUV | 128.33 | 199.48 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 255 | 0.75 | 0.46 | 0 | 0 | 216.88 | 1 | 0.62 |
| Hex | 3F | 89 | FF | 4B | 2E | 0 | 0 | D9 | 64 | 3E |
| Octal | 77 | 211 | 377 | 113 | 56 | 0 | 0 | 331 | 144 | 76 |
| Binary | 111111 | 10001001 | 11111111 | 1001011 | 101110 | 0 | 0 | 11011001 | 1100100 | 111110 |
Color Harmonies of #3F89FF
Complementary color
Monochromatic Colors of #3F89FF
Black with #3F89FF
Text Example
Text Example
White with #3F89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89FF; }
p { color: rgb(63,137,255); }
H1.HeaderClassName
{
color: #3F89FF;
}
.AnyTagClassName
{
color: #3F89FF;
}
</style>
background-color css
<style>
a { background-color: #3F89FF; }
a { background-color: rgb(63,137,255); }
div.DivClassName
{
background-color: #3F89FF;
}
.BgClassName
{
background-color: #3F89FF;
}
</style>
border-color css
<style>
span { border-color: #3F89FF; }
span { border-color: rgb(63,137,255); }
td.TdClassName
{
border-color: #3F89FF;
}
.TagClassName
{
border-color: #3F89FF;
}
</style>