Shades of Dodger Blue #4092FB
Tints of Dodger Blue #4092FB
RGB
CMYK
RGB Variations
Color information
#4092FB (or 0x4092FB) is known color: Dodger Blue. HEX triplet: 40, 92 and FB. RGB value is (64,146,251). Sum of RGB (Red+Green+Blue) = 64+146+251=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #4092FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4092FB is #BF6D04. Grayscale: #848484. Windows color (decimal): -12545285 or 16486976. OLE color: 16486976.
HSL color Cylindrical-coordinate representation of color #4092FB: hue angle of 213.69º 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 #4092FB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 146 | 251 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.02 |
| HSL | 213.69º | 0.96% | 0.62% | - |
| HSV(B) | 213.69º | 0.75% | 0.98% | - |
| XYZ | 29.81 | 28.61 | 95.22 | - |
| YUV | 133.45 | 194.33 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 251 | 0.75 | 0.42 | 0 | 0.02 | 213.69 | 0.96 | 0.62 |
| Hex | 40 | 92 | FB | 4B | 2A | 0 | 2 | D6 | 60 | 3E |
| Octal | 100 | 222 | 373 | 113 | 52 | 0 | 2 | 326 | 140 | 76 |
| Binary | 1000000 | 10010010 | 11111011 | 1001011 | 101010 | 0 | 10 | 11010110 | 1100000 | 111110 |
Color Harmonies of #4092FB
Complementary color
Monochromatic Colors of #4092FB
Black with #4092FB
Text Example
Text Example
White with #4092FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4092FB; }
p { color: rgb(64,146,251); }
H1.HeaderClassName
{
color: #4092FB;
}
.AnyTagClassName
{
color: #4092FB;
}
</style>
background-color css
<style>
a { background-color: #4092FB; }
a { background-color: rgb(64,146,251); }
div.DivClassName
{
background-color: #4092FB;
}
.BgClassName
{
background-color: #4092FB;
}
</style>
border-color css
<style>
span { border-color: #4092FB; }
span { border-color: rgb(64,146,251); }
td.TdClassName
{
border-color: #4092FB;
}
.TagClassName
{
border-color: #4092FB;
}
</style>