Shades of Dodger Blue #3F8CF6
Tints of Dodger Blue #3F8CF6
RGB
CMYK
RGB Variations
Color information
#3F8CF6 (or 0x3F8CF6) is known color: Dodger Blue. HEX triplet: 3F, 8C and F6. RGB value is (63,140,246). Sum of RGB (Red+Green+Blue) = 63+140+246=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F8CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8CF6 is #C07309. Grayscale: #808080. Windows color (decimal): -12612362 or 16157759. OLE color: 16157759.
HSL color Cylindrical-coordinate representation of color #3F8CF6: hue angle of 214.75º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F8CF6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 140 | 246 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.04 |
| HSL | 214.75º | 0.91% | 0.61% | - |
| HSV(B) | 214.75º | 0.74% | 0.96% | - |
| XYZ | 28.06 | 26.47 | 90.82 | - |
| YUV | 129.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 246 | 0.74 | 0.43 | 0 | 0.04 | 214.75 | 0.91 | 0.61 |
| Hex | 3F | 8C | F6 | 4A | 2B | 0 | 4 | D7 | 5B | 3D |
| Octal | 77 | 214 | 366 | 112 | 53 | 0 | 4 | 327 | 133 | 75 |
| Binary | 111111 | 10001100 | 11110110 | 1001010 | 101011 | 0 | 100 | 11010111 | 1011011 | 111101 |
Color Harmonies of #3F8CF6
Complementary color
Monochromatic Colors of #3F8CF6
Black with #3F8CF6
Text Example
Text Example
White with #3F8CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8CF6; }
p { color: rgb(63,140,246); }
H1.HeaderClassName
{
color: #3F8CF6;
}
.AnyTagClassName
{
color: #3F8CF6;
}
</style>
background-color css
<style>
a { background-color: #3F8CF6; }
a { background-color: rgb(63,140,246); }
div.DivClassName
{
background-color: #3F8CF6;
}
.BgClassName
{
background-color: #3F8CF6;
}
</style>
border-color css
<style>
span { border-color: #3F8CF6; }
span { border-color: rgb(63,140,246); }
td.TdClassName
{
border-color: #3F8CF6;
}
.TagClassName
{
border-color: #3F8CF6;
}
</style>