Shades of Dodger Blue #289AF5
Tints of Dodger Blue #289AF5
RGB
CMYK
RGB Variations
Color information
#289AF5 (or 0x289AF5) is known color: Dodger Blue. HEX triplet: 28, 9A and F5. RGB value is (40,154,245). Sum of RGB (Red+Green+Blue) = 40+154+245=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #289AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AF5 is #D7650A. Grayscale: #818181. Windows color (decimal): -14116107 or 16095784. OLE color: 16095784.
HSL color Cylindrical-coordinate representation of color #289AF5: hue angle of 206.63º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289AF5 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 154 | 245 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.63º | 0.91% | 0.56% | - |
| HSV(B) | 206.63º | 0.84% | 0.96% | - |
| XYZ | 28.91 | 30.15 | 90.68 | - |
| YUV | 130.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 245 | 0.84 | 0.37 | 0 | 0.04 | 206.63 | 0.91 | 0.56 |
| Hex | 28 | 9A | F5 | 54 | 25 | 0 | 4 | CF | 5B | 38 |
| Octal | 50 | 232 | 365 | 124 | 45 | 0 | 4 | 317 | 133 | 70 |
| Binary | 101000 | 10011010 | 11110101 | 1010100 | 100101 | 0 | 100 | 11001111 | 1011011 | 111000 |
Color Harmonies of #289AF5
Complementary color
Monochromatic Colors of #289AF5
Black with #289AF5
Text Example
Text Example
White with #289AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AF5; }
p { color: rgb(40,154,245); }
H1.HeaderClassName
{
color: #289AF5;
}
.AnyTagClassName
{
color: #289AF5;
}
</style>
background-color css
<style>
a { background-color: #289AF5; }
a { background-color: rgb(40,154,245); }
div.DivClassName
{
background-color: #289AF5;
}
.BgClassName
{
background-color: #289AF5;
}
</style>
border-color css
<style>
span { border-color: #289AF5; }
span { border-color: rgb(40,154,245); }
td.TdClassName
{
border-color: #289AF5;
}
.TagClassName
{
border-color: #289AF5;
}
</style>