Shades of Dodger Blue #289DFE
Tints of Dodger Blue #289DFE
RGB
CMYK
RGB Variations
Color information
#289DFE (or 0x289DFE) is known color: Dodger Blue. HEX triplet: 28, 9D and FE. RGB value is (40,157,254). Sum of RGB (Red+Green+Blue) = 40+157+254=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #289DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289DFE is #D76201. Grayscale: #848484. Windows color (decimal): -14115330 or 16686376. OLE color: 16686376.
HSL color Cylindrical-coordinate representation of color #289DFE: hue angle of 207.2º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289DFE is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 157 | 254 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.00 |
| HSL | 207.2º | 0.99% | 0.58% | - |
| HSV(B) | 207.2º | 0.84% | 1% | - |
| XYZ | 30.82 | 31.72 | 98.26 | - |
| YUV | 133.08 | 196.24 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 254 | 0.84 | 0.38 | 0 | 0.00 | 207.2 | 0.99 | 0.58 |
| Hex | 28 | 9D | FE | 54 | 26 | 0 | 0 | CF | 63 | 3A |
| Octal | 50 | 235 | 376 | 124 | 46 | 0 | 0 | 317 | 143 | 72 |
| Binary | 101000 | 10011101 | 11111110 | 1010100 | 100110 | 0 | 0 | 11001111 | 1100011 | 111010 |
Color Harmonies of #289DFE
Complementary color
Monochromatic Colors of #289DFE
Black with #289DFE
Text Example
Text Example
White with #289DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DFE; }
p { color: rgb(40,157,254); }
H1.HeaderClassName
{
color: #289DFE;
}
.AnyTagClassName
{
color: #289DFE;
}
</style>
background-color css
<style>
a { background-color: #289DFE; }
a { background-color: rgb(40,157,254); }
div.DivClassName
{
background-color: #289DFE;
}
.BgClassName
{
background-color: #289DFE;
}
</style>
border-color css
<style>
span { border-color: #289DFE; }
span { border-color: rgb(40,157,254); }
td.TdClassName
{
border-color: #289DFE;
}
.TagClassName
{
border-color: #289DFE;
}
</style>