Shades of Dodger Blue #289DFF
Tints of Dodger Blue #289DFF
RGB
CMYK
RGB Variations
Color information
#289DFF (or 0x289DFF) is known color: Dodger Blue. HEX triplet: 28, 9D and FF. RGB value is (40,157,255). Sum of RGB (Red+Green+Blue) = 40+157+255=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #289DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289DFF is #D76200. Grayscale: #848484. Windows color (decimal): -14115329 or 16751912. OLE color: 16751912.
HSL color Cylindrical-coordinate representation of color #289DFF: hue angle of 207.35º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289DFF is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 157 | 255 | - |
| CMYK | 0.84 | 0.38 | 0 | 0 |
| HSL | 207.35º | 1% | 0.58% | - |
| HSV(B) | 207.35º | 0.84% | 1% | - |
| XYZ | 30.98 | 31.79 | 99.11 | - |
| YUV | 133.19 | 196.74 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 255 | 0.84 | 0.38 | 0 | 0 | 207.35 | 1 | 0.58 |
| Hex | 28 | 9D | FF | 54 | 26 | 0 | 0 | CF | 64 | 3A |
| Octal | 50 | 235 | 377 | 124 | 46 | 0 | 0 | 317 | 144 | 72 |
| Binary | 101000 | 10011101 | 11111111 | 1010100 | 100110 | 0 | 0 | 11001111 | 1100100 | 111010 |
Color Harmonies of #289DFF
Complementary color
Monochromatic Colors of #289DFF
Black with #289DFF
Text Example
Text Example
White with #289DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DFF; }
p { color: rgb(40,157,255); }
H1.HeaderClassName
{
color: #289DFF;
}
.AnyTagClassName
{
color: #289DFF;
}
</style>
background-color css
<style>
a { background-color: #289DFF; }
a { background-color: rgb(40,157,255); }
div.DivClassName
{
background-color: #289DFF;
}
.BgClassName
{
background-color: #289DFF;
}
</style>
border-color css
<style>
span { border-color: #289DFF; }
span { border-color: rgb(40,157,255); }
td.TdClassName
{
border-color: #289DFF;
}
.TagClassName
{
border-color: #289DFF;
}
</style>