Shades of Dodger Blue #289BF6
Tints of Dodger Blue #289BF6
RGB
CMYK
RGB Variations
Color information
#289BF6 (or 0x289BF6) is known color: Dodger Blue. HEX triplet: 28, 9B and F6. RGB value is (40,155,246). Sum of RGB (Red+Green+Blue) = 40+155+246=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #289BF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BF6 is #D76409. Grayscale: #828282. Windows color (decimal): -14115850 or 16161576. OLE color: 16161576.
HSL color Cylindrical-coordinate representation of color #289BF6: hue angle of 206.5º degrees, saturation: 0.92, 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 #289BF6 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 155 | 246 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.5º | 0.92% | 0.56% | - |
| HSV(B) | 206.5º | 0.84% | 0.96% | - |
| XYZ | 29.23 | 30.55 | 91.54 | - |
| YUV | 130.99 | 192.9 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 246 | 0.84 | 0.37 | 0 | 0.04 | 206.5 | 0.92 | 0.56 |
| Hex | 28 | 9B | F6 | 54 | 25 | 0 | 4 | CF | 5C | 38 |
| Octal | 50 | 233 | 366 | 124 | 45 | 0 | 4 | 317 | 134 | 70 |
| Binary | 101000 | 10011011 | 11110110 | 1010100 | 100101 | 0 | 100 | 11001111 | 1011100 | 111000 |
Color Harmonies of #289BF6
Complementary color
Monochromatic Colors of #289BF6
Black with #289BF6
Text Example
Text Example
White with #289BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BF6; }
p { color: rgb(40,155,246); }
H1.HeaderClassName
{
color: #289BF6;
}
.AnyTagClassName
{
color: #289BF6;
}
</style>
background-color css
<style>
a { background-color: #289BF6; }
a { background-color: rgb(40,155,246); }
div.DivClassName
{
background-color: #289BF6;
}
.BgClassName
{
background-color: #289BF6;
}
</style>
border-color css
<style>
span { border-color: #289BF6; }
span { border-color: rgb(40,155,246); }
td.TdClassName
{
border-color: #289BF6;
}
.TagClassName
{
border-color: #289BF6;
}
</style>