Shades of Dodger Blue #289BF9
Tints of Dodger Blue #289BF9
RGB
CMYK
RGB Variations
Color information
#289BF9 (or 0x289BF9) is known color: Dodger Blue. HEX triplet: 28, 9B and F9. RGB value is (40,155,249). Sum of RGB (Red+Green+Blue) = 40+155+249=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #289BF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BF9 is #D76406. Grayscale: #828282. Windows color (decimal): -14115847 or 16358184. OLE color: 16358184.
HSL color Cylindrical-coordinate representation of color #289BF9: hue angle of 206.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289BF9 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 155 | 249 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.02 |
| HSL | 206.99º | 0.95% | 0.57% | - |
| HSV(B) | 206.99º | 0.84% | 0.98% | - |
| XYZ | 29.7 | 30.73 | 93.99 | - |
| YUV | 131.33 | 194.4 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 249 | 0.84 | 0.38 | 0 | 0.02 | 206.99 | 0.95 | 0.57 |
| Hex | 28 | 9B | F9 | 54 | 26 | 0 | 2 | CF | 5F | 39 |
| Octal | 50 | 233 | 371 | 124 | 46 | 0 | 2 | 317 | 137 | 71 |
| Binary | 101000 | 10011011 | 11111001 | 1010100 | 100110 | 0 | 10 | 11001111 | 1011111 | 111001 |
Color Harmonies of #289BF9
Complementary color
Monochromatic Colors of #289BF9
Black with #289BF9
Text Example
Text Example
White with #289BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BF9; }
p { color: rgb(40,155,249); }
H1.HeaderClassName
{
color: #289BF9;
}
.AnyTagClassName
{
color: #289BF9;
}
</style>
background-color css
<style>
a { background-color: #289BF9; }
a { background-color: rgb(40,155,249); }
div.DivClassName
{
background-color: #289BF9;
}
.BgClassName
{
background-color: #289BF9;
}
</style>
border-color css
<style>
span { border-color: #289BF9; }
span { border-color: rgb(40,155,249); }
td.TdClassName
{
border-color: #289BF9;
}
.TagClassName
{
border-color: #289BF9;
}
</style>