Shades of Dodger Blue #40A4FF
Tints of Dodger Blue #40A4FF
RGB
CMYK
RGB Variations
Color information
#40A4FF (or 0x40A4FF) is known color: Dodger Blue. HEX triplet: 40, A4 and FF. RGB value is (64,164,255). Sum of RGB (Red+Green+Blue) = 64+164+255=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #40A4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A4FF is #BF5B00. Grayscale: #909090. Windows color (decimal): -12540673 or 16753728. OLE color: 16753728.
HSL color Cylindrical-coordinate representation of color #40A4FF: hue angle of 208.59º 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 #40A4FF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 164 | 255 | - |
| CMYK | 0.75 | 0.36 | 0 | 0 |
| HSL | 208.59º | 1% | 0.63% | - |
| HSV(B) | 208.59º | 0.75% | 1% | - |
| XYZ | 33.44 | 34.86 | 99.57 | - |
| YUV | 144.47 | 190.37 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 255 | 0.75 | 0.36 | 0 | 0 | 208.59 | 1 | 0.63 |
| Hex | 40 | A4 | FF | 4B | 24 | 0 | 0 | D1 | 64 | 3F |
| Octal | 100 | 244 | 377 | 113 | 44 | 0 | 0 | 321 | 144 | 77 |
| Binary | 1000000 | 10100100 | 11111111 | 1001011 | 100100 | 0 | 0 | 11010001 | 1100100 | 111111 |
Color Harmonies of #40A4FF
Complementary color
Monochromatic Colors of #40A4FF
Black with #40A4FF
Text Example
Text Example
White with #40A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A4FF; }
p { color: rgb(64,164,255); }
H1.HeaderClassName
{
color: #40A4FF;
}
.AnyTagClassName
{
color: #40A4FF;
}
</style>
background-color css
<style>
a { background-color: #40A4FF; }
a { background-color: rgb(64,164,255); }
div.DivClassName
{
background-color: #40A4FF;
}
.BgClassName
{
background-color: #40A4FF;
}
</style>
border-color css
<style>
span { border-color: #40A4FF; }
span { border-color: rgb(64,164,255); }
td.TdClassName
{
border-color: #40A4FF;
}
.TagClassName
{
border-color: #40A4FF;
}
</style>