Shades of Dodger Blue #3F95FA
Tints of Dodger Blue #3F95FA
RGB
CMYK
RGB Variations
Color information
#3F95FA (or 0x3F95FA) is known color: Dodger Blue. HEX triplet: 3F, 95 and FA. RGB value is (63,149,250). Sum of RGB (Red+Green+Blue) = 63+149+250=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F95FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F95FA is #C06A05. Grayscale: #868686. Windows color (decimal): -12610054 or 16422207. OLE color: 16422207.
HSL color Cylindrical-coordinate representation of color #3F95FA: hue angle of 212.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F95FA is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 149 | 250 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.02 |
| HSL | 212.41º | 0.95% | 0.61% | - |
| HSV(B) | 212.41º | 0.75% | 0.98% | - |
| XYZ | 30.05 | 29.45 | 94.54 | - |
| YUV | 134.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 250 | 0.75 | 0.40 | 0 | 0.02 | 212.41 | 0.95 | 0.61 |
| Hex | 3F | 95 | FA | 4B | 28 | 0 | 2 | D4 | 5F | 3D |
| Octal | 77 | 225 | 372 | 113 | 50 | 0 | 2 | 324 | 137 | 75 |
| Binary | 111111 | 10010101 | 11111010 | 1001011 | 101000 | 0 | 10 | 11010100 | 1011111 | 111101 |
Color Harmonies of #3F95FA
Complementary color
Monochromatic Colors of #3F95FA
Black with #3F95FA
Text Example
Text Example
White with #3F95FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F95FA; }
p { color: rgb(63,149,250); }
H1.HeaderClassName
{
color: #3F95FA;
}
.AnyTagClassName
{
color: #3F95FA;
}
</style>
background-color css
<style>
a { background-color: #3F95FA; }
a { background-color: rgb(63,149,250); }
div.DivClassName
{
background-color: #3F95FA;
}
.BgClassName
{
background-color: #3F95FA;
}
</style>
border-color css
<style>
span { border-color: #3F95FA; }
span { border-color: rgb(63,149,250); }
td.TdClassName
{
border-color: #3F95FA;
}
.TagClassName
{
border-color: #3F95FA;
}
</style>