Shades of Dodger Blue #4089F9
Tints of Dodger Blue #4089F9
RGB
CMYK
RGB Variations
Color information
#4089F9 (or 0x4089F9) is known color: Dodger Blue. HEX triplet: 40, 89 and F9. RGB value is (64,137,249). Sum of RGB (Red+Green+Blue) = 64+137+249=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #4089F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4089F9 is #BF7606. Grayscale: #7F7F7F. Windows color (decimal): -12547591 or 16353600. OLE color: 16353600.
HSL color Cylindrical-coordinate representation of color #4089F9: hue angle of 216.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4089F9 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 137 | 249 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.02 |
| HSL | 216.32º | 0.94% | 0.61% | - |
| HSV(B) | 216.32º | 0.74% | 0.98% | - |
| XYZ | 28.16 | 25.82 | 93.12 | - |
| YUV | 127.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 249 | 0.74 | 0.45 | 0 | 0.02 | 216.32 | 0.94 | 0.61 |
| Hex | 40 | 89 | F9 | 4A | 2D | 0 | 2 | D8 | 5E | 3D |
| Octal | 100 | 211 | 371 | 112 | 55 | 0 | 2 | 330 | 136 | 75 |
| Binary | 1000000 | 10001001 | 11111001 | 1001010 | 101101 | 0 | 10 | 11011000 | 1011110 | 111101 |
Color Harmonies of #4089F9
Complementary color
Monochromatic Colors of #4089F9
Black with #4089F9
Text Example
Text Example
White with #4089F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089F9; }
p { color: rgb(64,137,249); }
H1.HeaderClassName
{
color: #4089F9;
}
.AnyTagClassName
{
color: #4089F9;
}
</style>
background-color css
<style>
a { background-color: #4089F9; }
a { background-color: rgb(64,137,249); }
div.DivClassName
{
background-color: #4089F9;
}
.BgClassName
{
background-color: #4089F9;
}
</style>
border-color css
<style>
span { border-color: #4089F9; }
span { border-color: rgb(64,137,249); }
td.TdClassName
{
border-color: #4089F9;
}
.TagClassName
{
border-color: #4089F9;
}
</style>