Shades of Dodger Blue #4092FA
Tints of Dodger Blue #4092FA
RGB
CMYK
RGB Variations
Color information
#4092FA (or 0x4092FA) is known color: Dodger Blue. HEX triplet: 40, 92 and FA. RGB value is (64,146,250). Sum of RGB (Red+Green+Blue) = 64+146+250=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #4092FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4092FA is #BF6D05. Grayscale: #848484. Windows color (decimal): -12545286 or 16421440. OLE color: 16421440.
HSL color Cylindrical-coordinate representation of color #4092FA: hue angle of 213.55º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4092FA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 146 | 250 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.02 |
| HSL | 213.55º | 0.95% | 0.62% | - |
| HSV(B) | 213.55º | 0.74% | 0.98% | - |
| XYZ | 29.65 | 28.55 | 94.39 | - |
| YUV | 133.34 | 193.83 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 250 | 0.74 | 0.42 | 0 | 0.02 | 213.55 | 0.95 | 0.62 |
| Hex | 40 | 92 | FA | 4A | 2A | 0 | 2 | D6 | 5F | 3E |
| Octal | 100 | 222 | 372 | 112 | 52 | 0 | 2 | 326 | 137 | 76 |
| Binary | 1000000 | 10010010 | 11111010 | 1001010 | 101010 | 0 | 10 | 11010110 | 1011111 | 111110 |
Color Harmonies of #4092FA
Complementary color
Monochromatic Colors of #4092FA
Black with #4092FA
Text Example
Text Example
White with #4092FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4092FA; }
p { color: rgb(64,146,250); }
H1.HeaderClassName
{
color: #4092FA;
}
.AnyTagClassName
{
color: #4092FA;
}
</style>
background-color css
<style>
a { background-color: #4092FA; }
a { background-color: rgb(64,146,250); }
div.DivClassName
{
background-color: #4092FA;
}
.BgClassName
{
background-color: #4092FA;
}
</style>
border-color css
<style>
span { border-color: #4092FA; }
span { border-color: rgb(64,146,250); }
td.TdClassName
{
border-color: #4092FA;
}
.TagClassName
{
border-color: #4092FA;
}
</style>