Shades of Dodger Blue #4094FA
Tints of Dodger Blue #4094FA
RGB
CMYK
RGB Variations
Color information
#4094FA (or 0x4094FA) is known color: Dodger Blue. HEX triplet: 40, 94 and FA. RGB value is (64,148,250). Sum of RGB (Red+Green+Blue) = 64+148+250=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #4094FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094FA is #BF6B05. Grayscale: #868686. Windows color (decimal): -12544774 or 16421952. OLE color: 16421952.
HSL color Cylindrical-coordinate representation of color #4094FA: hue angle of 212.9º 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 #4094FA is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 148 | 250 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.02 |
| HSL | 212.9º | 0.95% | 0.62% | - |
| HSV(B) | 212.9º | 0.74% | 0.98% | - |
| XYZ | 29.96 | 29.17 | 94.49 | - |
| YUV | 134.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 250 | 0.74 | 0.41 | 0 | 0.02 | 212.9 | 0.95 | 0.62 |
| Hex | 40 | 94 | FA | 4A | 29 | 0 | 2 | D5 | 5F | 3E |
| Octal | 100 | 224 | 372 | 112 | 51 | 0 | 2 | 325 | 137 | 76 |
| Binary | 1000000 | 10010100 | 11111010 | 1001010 | 101001 | 0 | 10 | 11010101 | 1011111 | 111110 |
Color Harmonies of #4094FA
Complementary color
Monochromatic Colors of #4094FA
Black with #4094FA
Text Example
Text Example
White with #4094FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094FA; }
p { color: rgb(64,148,250); }
H1.HeaderClassName
{
color: #4094FA;
}
.AnyTagClassName
{
color: #4094FA;
}
</style>
background-color css
<style>
a { background-color: #4094FA; }
a { background-color: rgb(64,148,250); }
div.DivClassName
{
background-color: #4094FA;
}
.BgClassName
{
background-color: #4094FA;
}
</style>
border-color css
<style>
span { border-color: #4094FA; }
span { border-color: rgb(64,148,250); }
td.TdClassName
{
border-color: #4094FA;
}
.TagClassName
{
border-color: #4094FA;
}
</style>