Shades of Dodger Blue #4092FC
Tints of Dodger Blue #4092FC
RGB
CMYK
RGB Variations
Color information
#4092FC (or 0x4092FC) is known color: Dodger Blue. HEX triplet: 40, 92 and FC. RGB value is (64,146,252). Sum of RGB (Red+Green+Blue) = 64+146+252=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #4092FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4092FC is #BF6D03. Grayscale: #858585. Windows color (decimal): -12545284 or 16552512. OLE color: 16552512.
HSL color Cylindrical-coordinate representation of color #4092FC: hue angle of 213.83º degrees, saturation: 0.97, 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 #4092FC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 146 | 252 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.01 |
| HSL | 213.83º | 0.97% | 0.62% | - |
| HSV(B) | 213.83º | 0.75% | 0.99% | - |
| XYZ | 29.96 | 28.68 | 96.05 | - |
| YUV | 133.57 | 194.83 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 252 | 0.75 | 0.42 | 0 | 0.01 | 213.83 | 0.97 | 0.62 |
| Hex | 40 | 92 | FC | 4B | 2A | 0 | 1 | D6 | 61 | 3E |
| Octal | 100 | 222 | 374 | 113 | 52 | 0 | 1 | 326 | 141 | 76 |
| Binary | 1000000 | 10010010 | 11111100 | 1001011 | 101010 | 0 | 1 | 11010110 | 1100001 | 111110 |
Color Harmonies of #4092FC
Complementary color
Monochromatic Colors of #4092FC
Black with #4092FC
Text Example
Text Example
White with #4092FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4092FC; }
p { color: rgb(64,146,252); }
H1.HeaderClassName
{
color: #4092FC;
}
.AnyTagClassName
{
color: #4092FC;
}
</style>
background-color css
<style>
a { background-color: #4092FC; }
a { background-color: rgb(64,146,252); }
div.DivClassName
{
background-color: #4092FC;
}
.BgClassName
{
background-color: #4092FC;
}
</style>
border-color css
<style>
span { border-color: #4092FC; }
span { border-color: rgb(64,146,252); }
td.TdClassName
{
border-color: #4092FC;
}
.TagClassName
{
border-color: #4092FC;
}
</style>