Shades of Dodger Blue #4093FF
Tints of Dodger Blue #4093FF
RGB
CMYK
RGB Variations
Color information
#4093FF (or 0x4093FF) is known color: Dodger Blue. HEX triplet: 40, 93 and FF. RGB value is (64,147,255). Sum of RGB (Red+Green+Blue) = 64+147+255=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #4093FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4093FF is #BF6C00. Grayscale: #858585. Windows color (decimal): -12545025 or 16749376. OLE color: 16749376.
HSL color Cylindrical-coordinate representation of color #4093FF: hue angle of 213.93º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4093FF is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 147 | 255 | - |
| CMYK | 0.75 | 0.42 | 0 | 0 |
| HSL | 213.93º | 1% | 0.63% | - |
| HSV(B) | 213.93º | 0.75% | 1% | - |
| XYZ | 30.6 | 29.18 | 98.63 | - |
| YUV | 134.5 | 196 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 255 | 0.75 | 0.42 | 0 | 0 | 213.93 | 1 | 0.63 |
| Hex | 40 | 93 | FF | 4B | 2A | 0 | 0 | D6 | 64 | 3F |
| Octal | 100 | 223 | 377 | 113 | 52 | 0 | 0 | 326 | 144 | 77 |
| Binary | 1000000 | 10010011 | 11111111 | 1001011 | 101010 | 0 | 0 | 11010110 | 1100100 | 111111 |
Color Harmonies of #4093FF
Complementary color
Monochromatic Colors of #4093FF
Black with #4093FF
Text Example
Text Example
White with #4093FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093FF; }
p { color: rgb(64,147,255); }
H1.HeaderClassName
{
color: #4093FF;
}
.AnyTagClassName
{
color: #4093FF;
}
</style>
background-color css
<style>
a { background-color: #4093FF; }
a { background-color: rgb(64,147,255); }
div.DivClassName
{
background-color: #4093FF;
}
.BgClassName
{
background-color: #4093FF;
}
</style>
border-color css
<style>
span { border-color: #4093FF; }
span { border-color: rgb(64,147,255); }
td.TdClassName
{
border-color: #4093FF;
}
.TagClassName
{
border-color: #4093FF;
}
</style>