Shades of Dodger Blue #289BFF
Tints of Dodger Blue #289BFF
RGB
CMYK
RGB Variations
Color information
#289BFF (or 0x289BFF) is known color: Dodger Blue. HEX triplet: 28, 9B and FF. RGB value is (40,155,255). Sum of RGB (Red+Green+Blue) = 40+155+255=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #289BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BFF is #D76400. Grayscale: #838383. Windows color (decimal): -14115841 or 16751400. OLE color: 16751400.
HSL color Cylindrical-coordinate representation of color #289BFF: hue angle of 207.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289BFF is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 155 | 255 | - |
| CMYK | 0.84 | 0.39 | 0 | 0 |
| HSL | 207.91º | 1% | 0.58% | - |
| HSV(B) | 207.91º | 0.84% | 1% | - |
| XYZ | 30.65 | 31.11 | 99 | - |
| YUV | 132.02 | 197.4 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 255 | 0.84 | 0.39 | 0 | 0 | 207.91 | 1 | 0.58 |
| Hex | 28 | 9B | FF | 54 | 27 | 0 | 0 | D0 | 64 | 3A |
| Octal | 50 | 233 | 377 | 124 | 47 | 0 | 0 | 320 | 144 | 72 |
| Binary | 101000 | 10011011 | 11111111 | 1010100 | 100111 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #289BFF
Complementary color
Monochromatic Colors of #289BFF
Black with #289BFF
Text Example
Text Example
White with #289BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BFF; }
p { color: rgb(40,155,255); }
H1.HeaderClassName
{
color: #289BFF;
}
.AnyTagClassName
{
color: #289BFF;
}
</style>
background-color css
<style>
a { background-color: #289BFF; }
a { background-color: rgb(40,155,255); }
div.DivClassName
{
background-color: #289BFF;
}
.BgClassName
{
background-color: #289BFF;
}
</style>
border-color css
<style>
span { border-color: #289BFF; }
span { border-color: rgb(40,155,255); }
td.TdClassName
{
border-color: #289BFF;
}
.TagClassName
{
border-color: #289BFF;
}
</style>