Shades of Dodger Blue #4092FD
Tints of Dodger Blue #4092FD
RGB
CMYK
RGB Variations
Color information
#4092FD (or 0x4092FD) is known color: Dodger Blue. HEX triplet: 40, 92 and FD. RGB value is (64,146,253). Sum of RGB (Red+Green+Blue) = 64+146+253=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #4092FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4092FD is #BF6D02. Grayscale: #858585. Windows color (decimal): -12545283 or 16618048. OLE color: 16618048.
HSL color Cylindrical-coordinate representation of color #4092FD: hue angle of 213.97º 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 #4092FD is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 146 | 253 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.01 |
| HSL | 213.97º | 0.98% | 0.62% | - |
| HSV(B) | 213.97º | 0.75% | 0.99% | - |
| XYZ | 30.12 | 28.74 | 96.89 | - |
| YUV | 133.68 | 195.33 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 253 | 0.75 | 0.42 | 0 | 0.01 | 213.97 | 0.98 | 0.62 |
| Hex | 40 | 92 | FD | 4B | 2A | 0 | 1 | D6 | 62 | 3E |
| Octal | 100 | 222 | 375 | 113 | 52 | 0 | 1 | 326 | 142 | 76 |
| Binary | 1000000 | 10010010 | 11111101 | 1001011 | 101010 | 0 | 1 | 11010110 | 1100010 | 111110 |
Color Harmonies of #4092FD
Complementary color
Monochromatic Colors of #4092FD
Black with #4092FD
Text Example
Text Example
White with #4092FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4092FD; }
p { color: rgb(64,146,253); }
H1.HeaderClassName
{
color: #4092FD;
}
.AnyTagClassName
{
color: #4092FD;
}
</style>
background-color css
<style>
a { background-color: #4092FD; }
a { background-color: rgb(64,146,253); }
div.DivClassName
{
background-color: #4092FD;
}
.BgClassName
{
background-color: #4092FD;
}
</style>
border-color css
<style>
span { border-color: #4092FD; }
span { border-color: rgb(64,146,253); }
td.TdClassName
{
border-color: #4092FD;
}
.TagClassName
{
border-color: #4092FD;
}
</style>