Shades of Dodger Blue #3F85FC
Tints of Dodger Blue #3F85FC
RGB
CMYK
RGB Variations
Color information
#3F85FC (or 0x3F85FC) is known color: Dodger Blue. HEX triplet: 3F, 85 and FC. RGB value is (63,133,252). Sum of RGB (Red+Green+Blue) = 63+133+252=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F85FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F85FC is #C07A03. Grayscale: #7D7D7D. Windows color (decimal): -12614148 or 16549183. OLE color: 16549183.
HSL color Cylindrical-coordinate representation of color #3F85FC: hue angle of 217.78º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F85FC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 133 | 252 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.01 |
| HSL | 217.78º | 0.97% | 0.62% | - |
| HSV(B) | 217.78º | 0.75% | 0.99% | - |
| XYZ | 28.01 | 24.86 | 95.42 | - |
| YUV | 125.64 | 199.31 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 252 | 0.75 | 0.47 | 0 | 0.01 | 217.78 | 0.97 | 0.62 |
| Hex | 3F | 85 | FC | 4B | 2F | 0 | 1 | DA | 61 | 3E |
| Octal | 77 | 205 | 374 | 113 | 57 | 0 | 1 | 332 | 141 | 76 |
| Binary | 111111 | 10000101 | 11111100 | 1001011 | 101111 | 0 | 1 | 11011010 | 1100001 | 111110 |
Color Harmonies of #3F85FC
Complementary color
Monochromatic Colors of #3F85FC
Black with #3F85FC
Text Example
Text Example
White with #3F85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85FC; }
p { color: rgb(63,133,252); }
H1.HeaderClassName
{
color: #3F85FC;
}
.AnyTagClassName
{
color: #3F85FC;
}
</style>
background-color css
<style>
a { background-color: #3F85FC; }
a { background-color: rgb(63,133,252); }
div.DivClassName
{
background-color: #3F85FC;
}
.BgClassName
{
background-color: #3F85FC;
}
</style>
border-color css
<style>
span { border-color: #3F85FC; }
span { border-color: rgb(63,133,252); }
td.TdClassName
{
border-color: #3F85FC;
}
.TagClassName
{
border-color: #3F85FC;
}
</style>