Shades of Dodger Blue #289AF6
Tints of Dodger Blue #289AF6
RGB
CMYK
RGB Variations
Color information
#289AF6 (or 0x289AF6) is known color: Dodger Blue. HEX triplet: 28, 9A and F6. RGB value is (40,154,246). Sum of RGB (Red+Green+Blue) = 40+154+246=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #289AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AF6 is #D76509. Grayscale: #818181. Windows color (decimal): -14116106 or 16161320. OLE color: 16161320.
HSL color Cylindrical-coordinate representation of color #289AF6: hue angle of 206.8º 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 #289AF6 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 154 | 246 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.8º | 0.92% | 0.56% | - |
| HSV(B) | 206.8º | 0.84% | 0.96% | - |
| XYZ | 29.07 | 30.22 | 91.49 | - |
| YUV | 130.4 | 193.23 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 246 | 0.84 | 0.37 | 0 | 0.04 | 206.8 | 0.92 | 0.56 |
| Hex | 28 | 9A | F6 | 54 | 25 | 0 | 4 | CF | 5C | 38 |
| Octal | 50 | 232 | 366 | 124 | 45 | 0 | 4 | 317 | 134 | 70 |
| Binary | 101000 | 10011010 | 11110110 | 1010100 | 100101 | 0 | 100 | 11001111 | 1011100 | 111000 |
Color Harmonies of #289AF6
Complementary color
Monochromatic Colors of #289AF6
Black with #289AF6
Text Example
Text Example
White with #289AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AF6; }
p { color: rgb(40,154,246); }
H1.HeaderClassName
{
color: #289AF6;
}
.AnyTagClassName
{
color: #289AF6;
}
</style>
background-color css
<style>
a { background-color: #289AF6; }
a { background-color: rgb(40,154,246); }
div.DivClassName
{
background-color: #289AF6;
}
.BgClassName
{
background-color: #289AF6;
}
</style>
border-color css
<style>
span { border-color: #289AF6; }
span { border-color: rgb(40,154,246); }
td.TdClassName
{
border-color: #289AF6;
}
.TagClassName
{
border-color: #289AF6;
}
</style>