Shades of Dodger Blue #3F99FF
Tints of Dodger Blue #3F99FF
RGB
CMYK
RGB Variations
Color information
#3F99FF (or 0x3F99FF) is known color: Dodger Blue. HEX triplet: 3F, 99 and FF. RGB value is (63,153,255). Sum of RGB (Red+Green+Blue) = 63+153+255=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F99FF is #C06600. Grayscale: #898989. Windows color (decimal): -12609025 or 16750911. OLE color: 16750911.
HSL color Cylindrical-coordinate representation of color #3F99FF: hue angle of 211.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 #3F99FF is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 153 | 255 | - |
| CMYK | 0.75 | 0.4 | 0 | 0 |
| HSL | 211.88º | 1% | 0.62% | - |
| HSV(B) | 211.88º | 0.75% | 1% | - |
| XYZ | 31.49 | 31.06 | 98.94 | - |
| YUV | 137.72 | 194.18 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 255 | 0.75 | 0.4 | 0 | 0 | 211.88 | 1 | 0.62 |
| Hex | 3F | 99 | FF | 4B | 28 | 0 | 0 | D4 | 64 | 3E |
| Octal | 77 | 231 | 377 | 113 | 50 | 0 | 0 | 324 | 144 | 76 |
| Binary | 111111 | 10011001 | 11111111 | 1001011 | 101000 | 0 | 0 | 11010100 | 1100100 | 111110 |
Color Harmonies of #3F99FF
Complementary color
Monochromatic Colors of #3F99FF
Black with #3F99FF
Text Example
Text Example
White with #3F99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99FF; }
p { color: rgb(63,153,255); }
H1.HeaderClassName
{
color: #3F99FF;
}
.AnyTagClassName
{
color: #3F99FF;
}
</style>
background-color css
<style>
a { background-color: #3F99FF; }
a { background-color: rgb(63,153,255); }
div.DivClassName
{
background-color: #3F99FF;
}
.BgClassName
{
background-color: #3F99FF;
}
</style>
border-color css
<style>
span { border-color: #3F99FF; }
span { border-color: rgb(63,153,255); }
td.TdClassName
{
border-color: #3F99FF;
}
.TagClassName
{
border-color: #3F99FF;
}
</style>