Shades of Dodger Blue #289CFE
Tints of Dodger Blue #289CFE
RGB
CMYK
RGB Variations
Color information
#289CFE (or 0x289CFE) is known color: Dodger Blue. HEX triplet: 28, 9C and FE. RGB value is (40,156,254). Sum of RGB (Red+Green+Blue) = 40+156+254=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #289CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289CFE is #D76301. Grayscale: #838383. Windows color (decimal): -14115586 or 16686120. OLE color: 16686120.
HSL color Cylindrical-coordinate representation of color #289CFE: hue angle of 207.48º 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 #289CFE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 156 | 254 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.00 |
| HSL | 207.48º | 0.99% | 0.58% | - |
| HSV(B) | 207.48º | 0.84% | 1% | - |
| XYZ | 30.65 | 31.38 | 98.21 | - |
| YUV | 132.49 | 196.57 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 254 | 0.84 | 0.39 | 0 | 0.00 | 207.48 | 0.99 | 0.58 |
| Hex | 28 | 9C | FE | 54 | 27 | 0 | 0 | CF | 63 | 3A |
| Octal | 50 | 234 | 376 | 124 | 47 | 0 | 0 | 317 | 143 | 72 |
| Binary | 101000 | 10011100 | 11111110 | 1010100 | 100111 | 0 | 0 | 11001111 | 1100011 | 111010 |
Color Harmonies of #289CFE
Complementary color
Monochromatic Colors of #289CFE
Black with #289CFE
Text Example
Text Example
White with #289CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CFE; }
p { color: rgb(40,156,254); }
H1.HeaderClassName
{
color: #289CFE;
}
.AnyTagClassName
{
color: #289CFE;
}
</style>
background-color css
<style>
a { background-color: #289CFE; }
a { background-color: rgb(40,156,254); }
div.DivClassName
{
background-color: #289CFE;
}
.BgClassName
{
background-color: #289CFE;
}
</style>
border-color css
<style>
span { border-color: #289CFE; }
span { border-color: rgb(40,156,254); }
td.TdClassName
{
border-color: #289CFE;
}
.TagClassName
{
border-color: #289CFE;
}
</style>