Shades of Dodger Blue #289BFE
Tints of Dodger Blue #289BFE
RGB
CMYK
RGB Variations
Color information
#289BFE (or 0x289BFE) is known color: Dodger Blue. HEX triplet: 28, 9B and FE. RGB value is (40,155,254). Sum of RGB (Red+Green+Blue) = 40+155+254=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #289BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BFE is #D76401. Grayscale: #838383. Windows color (decimal): -14115842 or 16685864. OLE color: 16685864.
HSL color Cylindrical-coordinate representation of color #289BFE: hue angle of 207.76º 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 #289BFE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 155 | 254 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.00 |
| HSL | 207.76º | 0.99% | 0.58% | - |
| HSV(B) | 207.76º | 0.84% | 1% | - |
| XYZ | 30.49 | 31.05 | 98.15 | - |
| YUV | 131.9 | 196.9 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 254 | 0.84 | 0.39 | 0 | 0.00 | 207.76 | 0.99 | 0.58 |
| Hex | 28 | 9B | FE | 54 | 27 | 0 | 0 | D0 | 63 | 3A |
| Octal | 50 | 233 | 376 | 124 | 47 | 0 | 0 | 320 | 143 | 72 |
| Binary | 101000 | 10011011 | 11111110 | 1010100 | 100111 | 0 | 0 | 11010000 | 1100011 | 111010 |
Color Harmonies of #289BFE
Complementary color
Monochromatic Colors of #289BFE
Black with #289BFE
Text Example
Text Example
White with #289BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BFE; }
p { color: rgb(40,155,254); }
H1.HeaderClassName
{
color: #289BFE;
}
.AnyTagClassName
{
color: #289BFE;
}
</style>
background-color css
<style>
a { background-color: #289BFE; }
a { background-color: rgb(40,155,254); }
div.DivClassName
{
background-color: #289BFE;
}
.BgClassName
{
background-color: #289BFE;
}
</style>
border-color css
<style>
span { border-color: #289BFE; }
span { border-color: rgb(40,155,254); }
td.TdClassName
{
border-color: #289BFE;
}
.TagClassName
{
border-color: #289BFE;
}
</style>