Shades of Dodger Blue #289FF4
Tints of Dodger Blue #289FF4
RGB
CMYK
RGB Variations
Color information
#289FF4 (or 0x289FF4) is known color: Dodger Blue. HEX triplet: 28, 9F and F4. RGB value is (40,159,244). Sum of RGB (Red+Green+Blue) = 40+159+244=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #289FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289FF4 is #D7600B. Grayscale: #848484. Windows color (decimal): -14114828 or 16031528. OLE color: 16031528.
HSL color Cylindrical-coordinate representation of color #289FF4: hue angle of 205º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289FF4 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 159 | 244 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.04 |
| HSL | 205º | 0.9% | 0.56% | - |
| HSV(B) | 205º | 0.84% | 0.96% | - |
| XYZ | 29.6 | 31.78 | 90.16 | - |
| YUV | 133.11 | 190.58 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 244 | 0.84 | 0.35 | 0 | 0.04 | 205 | 0.9 | 0.56 |
| Hex | 28 | 9F | F4 | 54 | 23 | 0 | 4 | CD | 5A | 38 |
| Octal | 50 | 237 | 364 | 124 | 43 | 0 | 4 | 315 | 132 | 70 |
| Binary | 101000 | 10011111 | 11110100 | 1010100 | 100011 | 0 | 100 | 11001101 | 1011010 | 111000 |
Color Harmonies of #289FF4
Complementary color
Monochromatic Colors of #289FF4
Black with #289FF4
Text Example
Text Example
White with #289FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FF4; }
p { color: rgb(40,159,244); }
H1.HeaderClassName
{
color: #289FF4;
}
.AnyTagClassName
{
color: #289FF4;
}
</style>
background-color css
<style>
a { background-color: #289FF4; }
a { background-color: rgb(40,159,244); }
div.DivClassName
{
background-color: #289FF4;
}
.BgClassName
{
background-color: #289FF4;
}
</style>
border-color css
<style>
span { border-color: #289FF4; }
span { border-color: rgb(40,159,244); }
td.TdClassName
{
border-color: #289FF4;
}
.TagClassName
{
border-color: #289FF4;
}
</style>