Shades of Dodger Blue #4084FE
Tints of Dodger Blue #4084FE
RGB
CMYK
RGB Variations
Color information
#4084FE (or 0x4084FE) is known color: Dodger Blue. HEX triplet: 40, 84 and FE. RGB value is (64,132,254). Sum of RGB (Red+Green+Blue) = 64+132+254=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #4084FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4084FE is #BF7B01. Grayscale: #7D7D7D. Windows color (decimal): -12548866 or 16680000. OLE color: 16680000.
HSL color Cylindrical-coordinate representation of color #4084FE: hue angle of 218.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4084FE is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 132 | 254 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.00 |
| HSL | 218.53º | 0.99% | 0.62% | - |
| HSV(B) | 218.53º | 0.75% | 1% | - |
| XYZ | 28.26 | 24.75 | 97.05 | - |
| YUV | 125.58 | 200.47 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 254 | 0.75 | 0.48 | 0 | 0.00 | 218.53 | 0.99 | 0.62 |
| Hex | 40 | 84 | FE | 4B | 30 | 0 | 0 | DB | 63 | 3E |
| Octal | 100 | 204 | 376 | 113 | 60 | 0 | 0 | 333 | 143 | 76 |
| Binary | 1000000 | 10000100 | 11111110 | 1001011 | 110000 | 0 | 0 | 11011011 | 1100011 | 111110 |
Color Harmonies of #4084FE
Complementary color
Monochromatic Colors of #4084FE
Black with #4084FE
Text Example
Text Example
White with #4084FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4084FE; }
p { color: rgb(64,132,254); }
H1.HeaderClassName
{
color: #4084FE;
}
.AnyTagClassName
{
color: #4084FE;
}
</style>
background-color css
<style>
a { background-color: #4084FE; }
a { background-color: rgb(64,132,254); }
div.DivClassName
{
background-color: #4084FE;
}
.BgClassName
{
background-color: #4084FE;
}
</style>
border-color css
<style>
span { border-color: #4084FE; }
span { border-color: rgb(64,132,254); }
td.TdClassName
{
border-color: #4084FE;
}
.TagClassName
{
border-color: #4084FE;
}
</style>