Shades of Dodger Blue #4086FA
Tints of Dodger Blue #4086FA
RGB
CMYK
RGB Variations
Color information
#4086FA (or 0x4086FA) is known color: Dodger Blue. HEX triplet: 40, 86 and FA. RGB value is (64,134,250). Sum of RGB (Red+Green+Blue) = 64+134+250=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #4086FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4086FA is #BF7905. Grayscale: #7D7D7D. Windows color (decimal): -12548358 or 16418368. OLE color: 16418368.
HSL color Cylindrical-coordinate representation of color #4086FA: hue angle of 217.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4086FA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 134 | 250 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.02 |
| HSL | 217.42º | 0.95% | 0.62% | - |
| HSV(B) | 217.42º | 0.74% | 0.98% | - |
| XYZ | 27.89 | 25.04 | 93.81 | - |
| YUV | 126.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 250 | 0.74 | 0.46 | 0 | 0.02 | 217.42 | 0.95 | 0.62 |
| Hex | 40 | 86 | FA | 4A | 2E | 0 | 2 | D9 | 5F | 3E |
| Octal | 100 | 206 | 372 | 112 | 56 | 0 | 2 | 331 | 137 | 76 |
| Binary | 1000000 | 10000110 | 11111010 | 1001010 | 101110 | 0 | 10 | 11011001 | 1011111 | 111110 |
Color Harmonies of #4086FA
Complementary color
Monochromatic Colors of #4086FA
Black with #4086FA
Text Example
Text Example
White with #4086FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086FA; }
p { color: rgb(64,134,250); }
H1.HeaderClassName
{
color: #4086FA;
}
.AnyTagClassName
{
color: #4086FA;
}
</style>
background-color css
<style>
a { background-color: #4086FA; }
a { background-color: rgb(64,134,250); }
div.DivClassName
{
background-color: #4086FA;
}
.BgClassName
{
background-color: #4086FA;
}
</style>
border-color css
<style>
span { border-color: #4086FA; }
span { border-color: rgb(64,134,250); }
td.TdClassName
{
border-color: #4086FA;
}
.TagClassName
{
border-color: #4086FA;
}
</style>