Shades of Dodger Blue #4093FA
Tints of Dodger Blue #4093FA
RGB
CMYK
RGB Variations
Color information
#4093FA (or 0x4093FA) is known color: Dodger Blue. HEX triplet: 40, 93 and FA. RGB value is (64,147,250). Sum of RGB (Red+Green+Blue) = 64+147+250=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #4093FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4093FA is #BF6C05. Grayscale: #858585. Windows color (decimal): -12545030 or 16421696. OLE color: 16421696.
HSL color Cylindrical-coordinate representation of color #4093FA: hue angle of 213.23º 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 #4093FA is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 147 | 250 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.02 |
| HSL | 213.23º | 0.95% | 0.62% | - |
| HSV(B) | 213.23º | 0.74% | 0.98% | - |
| XYZ | 29.8 | 28.86 | 94.44 | - |
| YUV | 133.93 | 193.5 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 250 | 0.74 | 0.41 | 0 | 0.02 | 213.23 | 0.95 | 0.62 |
| Hex | 40 | 93 | FA | 4A | 29 | 0 | 2 | D5 | 5F | 3E |
| Octal | 100 | 223 | 372 | 112 | 51 | 0 | 2 | 325 | 137 | 76 |
| Binary | 1000000 | 10010011 | 11111010 | 1001010 | 101001 | 0 | 10 | 11010101 | 1011111 | 111110 |
Color Harmonies of #4093FA
Complementary color
Monochromatic Colors of #4093FA
Black with #4093FA
Text Example
Text Example
White with #4093FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093FA; }
p { color: rgb(64,147,250); }
H1.HeaderClassName
{
color: #4093FA;
}
.AnyTagClassName
{
color: #4093FA;
}
</style>
background-color css
<style>
a { background-color: #4093FA; }
a { background-color: rgb(64,147,250); }
div.DivClassName
{
background-color: #4093FA;
}
.BgClassName
{
background-color: #4093FA;
}
</style>
border-color css
<style>
span { border-color: #4093FA; }
span { border-color: rgb(64,147,250); }
td.TdClassName
{
border-color: #4093FA;
}
.TagClassName
{
border-color: #4093FA;
}
</style>