Shades of Dodger Blue #4094FF
Tints of Dodger Blue #4094FF
RGB
CMYK
RGB Variations
Color information
#4094FF (or 0x4094FF) is known color: Dodger Blue. HEX triplet: 40, 94 and FF. RGB value is (64,148,255). Sum of RGB (Red+Green+Blue) = 64+148+255=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #4094FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094FF is #BF6B00. Grayscale: #868686. Windows color (decimal): -12544769 or 16749632. OLE color: 16749632.
HSL color Cylindrical-coordinate representation of color #4094FF: hue angle of 213.61º 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 #4094FF is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 148 | 255 | - |
| CMYK | 0.75 | 0.42 | 0 | 0 |
| HSL | 213.61º | 1% | 0.63% | - |
| HSV(B) | 213.61º | 0.75% | 1% | - |
| XYZ | 30.75 | 29.49 | 98.68 | - |
| YUV | 135.08 | 195.67 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 255 | 0.75 | 0.42 | 0 | 0 | 213.61 | 1 | 0.63 |
| Hex | 40 | 94 | FF | 4B | 2A | 0 | 0 | D6 | 64 | 3F |
| Octal | 100 | 224 | 377 | 113 | 52 | 0 | 0 | 326 | 144 | 77 |
| Binary | 1000000 | 10010100 | 11111111 | 1001011 | 101010 | 0 | 0 | 11010110 | 1100100 | 111111 |
Color Harmonies of #4094FF
Complementary color
Monochromatic Colors of #4094FF
Black with #4094FF
Text Example
Text Example
White with #4094FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094FF; }
p { color: rgb(64,148,255); }
H1.HeaderClassName
{
color: #4094FF;
}
.AnyTagClassName
{
color: #4094FF;
}
</style>
background-color css
<style>
a { background-color: #4094FF; }
a { background-color: rgb(64,148,255); }
div.DivClassName
{
background-color: #4094FF;
}
.BgClassName
{
background-color: #4094FF;
}
</style>
border-color css
<style>
span { border-color: #4094FF; }
span { border-color: rgb(64,148,255); }
td.TdClassName
{
border-color: #4094FF;
}
.TagClassName
{
border-color: #4094FF;
}
</style>