Shades of Dodger Blue #4085FB
Tints of Dodger Blue #4085FB
RGB
CMYK
RGB Variations
Color information
#4085FB (or 0x4085FB) is known color: Dodger Blue. HEX triplet: 40, 85 and FB. RGB value is (64,133,251). Sum of RGB (Red+Green+Blue) = 64+133+251=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #4085FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4085FB is #BF7A04. Grayscale: #7D7D7D. Windows color (decimal): -12548613 or 16483648. OLE color: 16483648.
HSL color Cylindrical-coordinate representation of color #4085FB: hue angle of 217.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4085FB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 133 | 251 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.02 |
| HSL | 217.86º | 0.96% | 0.62% | - |
| HSV(B) | 217.86º | 0.75% | 0.98% | - |
| XYZ | 27.91 | 24.83 | 94.59 | - |
| YUV | 125.82 | 198.64 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 251 | 0.75 | 0.47 | 0 | 0.02 | 217.86 | 0.96 | 0.62 |
| Hex | 40 | 85 | FB | 4B | 2F | 0 | 2 | DA | 60 | 3E |
| Octal | 100 | 205 | 373 | 113 | 57 | 0 | 2 | 332 | 140 | 76 |
| Binary | 1000000 | 10000101 | 11111011 | 1001011 | 101111 | 0 | 10 | 11011010 | 1100000 | 111110 |
Color Harmonies of #4085FB
Complementary color
Monochromatic Colors of #4085FB
Black with #4085FB
Text Example
Text Example
White with #4085FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4085FB; }
p { color: rgb(64,133,251); }
H1.HeaderClassName
{
color: #4085FB;
}
.AnyTagClassName
{
color: #4085FB;
}
</style>
background-color css
<style>
a { background-color: #4085FB; }
a { background-color: rgb(64,133,251); }
div.DivClassName
{
background-color: #4085FB;
}
.BgClassName
{
background-color: #4085FB;
}
</style>
border-color css
<style>
span { border-color: #4085FB; }
span { border-color: rgb(64,133,251); }
td.TdClassName
{
border-color: #4085FB;
}
.TagClassName
{
border-color: #4085FB;
}
</style>