Shades of Dodger Blue #289FFE
Tints of Dodger Blue #289FFE
RGB
CMYK
RGB Variations
Color information
#289FFE (or 0x289FFE) is known color: Dodger Blue. HEX triplet: 28, 9F and FE. RGB value is (40,159,254). Sum of RGB (Red+Green+Blue) = 40+159+254=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #289FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289FFE is #D76001. Grayscale: #858585. Windows color (decimal): -14114818 or 16686888. OLE color: 16686888.
HSL color Cylindrical-coordinate representation of color #289FFE: hue angle of 206.64º 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 #289FFE is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 159 | 254 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.00 |
| HSL | 206.64º | 0.99% | 0.58% | - |
| HSV(B) | 206.64º | 0.84% | 1% | - |
| XYZ | 31.16 | 32.4 | 98.38 | - |
| YUV | 134.25 | 195.58 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 254 | 0.84 | 0.37 | 0 | 0.00 | 206.64 | 0.99 | 0.58 |
| Hex | 28 | 9F | FE | 54 | 25 | 0 | 0 | CF | 63 | 3A |
| Octal | 50 | 237 | 376 | 124 | 45 | 0 | 0 | 317 | 143 | 72 |
| Binary | 101000 | 10011111 | 11111110 | 1010100 | 100101 | 0 | 0 | 11001111 | 1100011 | 111010 |
Color Harmonies of #289FFE
Complementary color
Monochromatic Colors of #289FFE
Black with #289FFE
Text Example
Text Example
White with #289FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FFE; }
p { color: rgb(40,159,254); }
H1.HeaderClassName
{
color: #289FFE;
}
.AnyTagClassName
{
color: #289FFE;
}
</style>
background-color css
<style>
a { background-color: #289FFE; }
a { background-color: rgb(40,159,254); }
div.DivClassName
{
background-color: #289FFE;
}
.BgClassName
{
background-color: #289FFE;
}
</style>
border-color css
<style>
span { border-color: #289FFE; }
span { border-color: rgb(40,159,254); }
td.TdClassName
{
border-color: #289FFE;
}
.TagClassName
{
border-color: #289FFE;
}
</style>