Shades of Dodger Blue #4088FA
Tints of Dodger Blue #4088FA
RGB
CMYK
RGB Variations
Color information
#4088FA (or 0x4088FA) is known color: Dodger Blue. HEX triplet: 40, 88 and FA. RGB value is (64,136,250). Sum of RGB (Red+Green+Blue) = 64+136+250=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #4088FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4088FA is #BF7705. Grayscale: #7E7E7E. Windows color (decimal): -12547846 or 16418880. OLE color: 16418880.
HSL color Cylindrical-coordinate representation of color #4088FA: hue angle of 216.77º 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 #4088FA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 136 | 250 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.02 |
| HSL | 216.77º | 0.95% | 0.62% | - |
| HSV(B) | 216.77º | 0.74% | 0.98% | - |
| XYZ | 28.17 | 25.6 | 93.9 | - |
| YUV | 127.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 250 | 0.74 | 0.46 | 0 | 0.02 | 216.77 | 0.95 | 0.62 |
| Hex | 40 | 88 | FA | 4A | 2E | 0 | 2 | D9 | 5F | 3E |
| Octal | 100 | 210 | 372 | 112 | 56 | 0 | 2 | 331 | 137 | 76 |
| Binary | 1000000 | 10001000 | 11111010 | 1001010 | 101110 | 0 | 10 | 11011001 | 1011111 | 111110 |
Color Harmonies of #4088FA
Complementary color
Monochromatic Colors of #4088FA
Black with #4088FA
Text Example
Text Example
White with #4088FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4088FA; }
p { color: rgb(64,136,250); }
H1.HeaderClassName
{
color: #4088FA;
}
.AnyTagClassName
{
color: #4088FA;
}
</style>
background-color css
<style>
a { background-color: #4088FA; }
a { background-color: rgb(64,136,250); }
div.DivClassName
{
background-color: #4088FA;
}
.BgClassName
{
background-color: #4088FA;
}
</style>
border-color css
<style>
span { border-color: #4088FA; }
span { border-color: rgb(64,136,250); }
td.TdClassName
{
border-color: #4088FA;
}
.TagClassName
{
border-color: #4088FA;
}
</style>