Shades of Dodger Blue #3F91FA
Tints of Dodger Blue #3F91FA
RGB
CMYK
RGB Variations
Color information
#3F91FA (or 0x3F91FA) is known color: Dodger Blue. HEX triplet: 3F, 91 and FA. RGB value is (63,145,250). Sum of RGB (Red+Green+Blue) = 63+145+250=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F91FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F91FA is #C06E05. Grayscale: #838383. Windows color (decimal): -12611078 or 16421183. OLE color: 16421183.
HSL color Cylindrical-coordinate representation of color #3F91FA: hue angle of 213.69º 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 #3F91FA is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 145 | 250 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.02 |
| HSL | 213.69º | 0.95% | 0.61% | - |
| HSV(B) | 213.69º | 0.75% | 0.98% | - |
| XYZ | 29.43 | 28.21 | 94.34 | - |
| YUV | 132.45 | 194.33 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 250 | 0.75 | 0.42 | 0 | 0.02 | 213.69 | 0.95 | 0.61 |
| Hex | 3F | 91 | FA | 4B | 2A | 0 | 2 | D6 | 5F | 3D |
| Octal | 77 | 221 | 372 | 113 | 52 | 0 | 2 | 326 | 137 | 75 |
| Binary | 111111 | 10010001 | 11111010 | 1001011 | 101010 | 0 | 10 | 11010110 | 1011111 | 111101 |
Color Harmonies of #3F91FA
Complementary color
Monochromatic Colors of #3F91FA
Black with #3F91FA
Text Example
Text Example
White with #3F91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F91FA; }
p { color: rgb(63,145,250); }
H1.HeaderClassName
{
color: #3F91FA;
}
.AnyTagClassName
{
color: #3F91FA;
}
</style>
background-color css
<style>
a { background-color: #3F91FA; }
a { background-color: rgb(63,145,250); }
div.DivClassName
{
background-color: #3F91FA;
}
.BgClassName
{
background-color: #3F91FA;
}
</style>
border-color css
<style>
span { border-color: #3F91FA; }
span { border-color: rgb(63,145,250); }
td.TdClassName
{
border-color: #3F91FA;
}
.TagClassName
{
border-color: #3F91FA;
}
</style>