Shades of Dodger Blue #289BF5
Tints of Dodger Blue #289BF5
RGB
CMYK
RGB Variations
Color information
#289BF5 (or 0x289BF5) is known color: Dodger Blue. HEX triplet: 28, 9B and F5. RGB value is (40,155,245). Sum of RGB (Red+Green+Blue) = 40+155+245=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #289BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BF5 is #D7640A. Grayscale: #828282. Windows color (decimal): -14115851 or 16096040. OLE color: 16096040.
HSL color Cylindrical-coordinate representation of color #289BF5: hue angle of 206.34º 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 #289BF5 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 155 | 245 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.34º | 0.91% | 0.56% | - |
| HSV(B) | 206.34º | 0.84% | 0.96% | - |
| XYZ | 29.08 | 30.49 | 90.74 | - |
| YUV | 130.88 | 192.4 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 245 | 0.84 | 0.37 | 0 | 0.04 | 206.34 | 0.91 | 0.56 |
| Hex | 28 | 9B | F5 | 54 | 25 | 0 | 4 | CE | 5B | 38 |
| Octal | 50 | 233 | 365 | 124 | 45 | 0 | 4 | 316 | 133 | 70 |
| Binary | 101000 | 10011011 | 11110101 | 1010100 | 100101 | 0 | 100 | 11001110 | 1011011 | 111000 |
Color Harmonies of #289BF5
Complementary color
Monochromatic Colors of #289BF5
Black with #289BF5
Text Example
Text Example
White with #289BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BF5; }
p { color: rgb(40,155,245); }
H1.HeaderClassName
{
color: #289BF5;
}
.AnyTagClassName
{
color: #289BF5;
}
</style>
background-color css
<style>
a { background-color: #289BF5; }
a { background-color: rgb(40,155,245); }
div.DivClassName
{
background-color: #289BF5;
}
.BgClassName
{
background-color: #289BF5;
}
</style>
border-color css
<style>
span { border-color: #289BF5; }
span { border-color: rgb(40,155,245); }
td.TdClassName
{
border-color: #289BF5;
}
.TagClassName
{
border-color: #289BF5;
}
</style>