Shades of Dodger Blue #4085FD
Tints of Dodger Blue #4085FD
RGB
CMYK
RGB Variations
Color information
#4085FD (or 0x4085FD) is known color: Dodger Blue. HEX triplet: 40, 85 and FD. RGB value is (64,133,253). Sum of RGB (Red+Green+Blue) = 64+133+253=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #4085FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4085FD is #BF7A02. Grayscale: #7D7D7D. Windows color (decimal): -12548611 or 16614720. OLE color: 16614720.
HSL color Cylindrical-coordinate representation of color #4085FD: hue angle of 218.1º degrees, saturation: 0.98, 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 #4085FD is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 133 | 253 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.01 |
| HSL | 218.1º | 0.98% | 0.62% | - |
| HSV(B) | 218.1º | 0.75% | 0.99% | - |
| XYZ | 28.23 | 24.96 | 96.26 | - |
| YUV | 126.05 | 199.64 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 253 | 0.75 | 0.47 | 0 | 0.01 | 218.1 | 0.98 | 0.62 |
| Hex | 40 | 85 | FD | 4B | 2F | 0 | 1 | DA | 62 | 3E |
| Octal | 100 | 205 | 375 | 113 | 57 | 0 | 1 | 332 | 142 | 76 |
| Binary | 1000000 | 10000101 | 11111101 | 1001011 | 101111 | 0 | 1 | 11011010 | 1100010 | 111110 |
Color Harmonies of #4085FD
Complementary color
Monochromatic Colors of #4085FD
Black with #4085FD
Text Example
Text Example
White with #4085FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4085FD; }
p { color: rgb(64,133,253); }
H1.HeaderClassName
{
color: #4085FD;
}
.AnyTagClassName
{
color: #4085FD;
}
</style>
background-color css
<style>
a { background-color: #4085FD; }
a { background-color: rgb(64,133,253); }
div.DivClassName
{
background-color: #4085FD;
}
.BgClassName
{
background-color: #4085FD;
}
</style>
border-color css
<style>
span { border-color: #4085FD; }
span { border-color: rgb(64,133,253); }
td.TdClassName
{
border-color: #4085FD;
}
.TagClassName
{
border-color: #4085FD;
}
</style>