Shades of Dodger Blue #4091F9
Tints of Dodger Blue #4091F9
RGB
CMYK
RGB Variations
Color information
#4091F9 (or 0x4091F9) is known color: Dodger Blue. HEX triplet: 40, 91 and F9. RGB value is (64,145,249). Sum of RGB (Red+Green+Blue) = 64+145+249=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #4091F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4091F9 is #BF6E06. Grayscale: #848484. Windows color (decimal): -12545543 or 16355648. OLE color: 16355648.
HSL color Cylindrical-coordinate representation of color #4091F9: hue angle of 213.73º 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 #4091F9 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 145 | 249 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.02 |
| HSL | 213.73º | 0.94% | 0.61% | - |
| HSV(B) | 213.73º | 0.74% | 0.98% | - |
| XYZ | 29.34 | 28.18 | 93.52 | - |
| YUV | 132.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 249 | 0.74 | 0.42 | 0 | 0.02 | 213.73 | 0.94 | 0.61 |
| Hex | 40 | 91 | F9 | 4A | 2A | 0 | 2 | D6 | 5E | 3D |
| Octal | 100 | 221 | 371 | 112 | 52 | 0 | 2 | 326 | 136 | 75 |
| Binary | 1000000 | 10010001 | 11111001 | 1001010 | 101010 | 0 | 10 | 11010110 | 1011110 | 111101 |
Color Harmonies of #4091F9
Complementary color
Monochromatic Colors of #4091F9
Black with #4091F9
Text Example
Text Example
White with #4091F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091F9; }
p { color: rgb(64,145,249); }
H1.HeaderClassName
{
color: #4091F9;
}
.AnyTagClassName
{
color: #4091F9;
}
</style>
background-color css
<style>
a { background-color: #4091F9; }
a { background-color: rgb(64,145,249); }
div.DivClassName
{
background-color: #4091F9;
}
.BgClassName
{
background-color: #4091F9;
}
</style>
border-color css
<style>
span { border-color: #4091F9; }
span { border-color: rgb(64,145,249); }
td.TdClassName
{
border-color: #4091F9;
}
.TagClassName
{
border-color: #4091F9;
}
</style>