Shades of Dodger Blue #289BE7
Tints of Dodger Blue #289BE7
RGB
CMYK
RGB Variations
Color information
#289BE7 (or 0x289BE7) is known color: Dodger Blue. HEX triplet: 28, 9B and E7. RGB value is (40,155,231). Sum of RGB (Red+Green+Blue) = 40+155+231=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #289BE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BE7 is #D76418. Grayscale: #808080. Windows color (decimal): -14115865 or 15178536. OLE color: 15178536.
HSL color Cylindrical-coordinate representation of color #289BE7: hue angle of 203.87º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289BE7 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 155 | 231 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.09 |
| HSL | 203.87º | 0.8% | 0.53% | - |
| HSV(B) | 203.87º | 0.83% | 0.91% | - |
| XYZ | 27.02 | 29.66 | 79.9 | - |
| YUV | 129.28 | 185.4 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 231 | 0.83 | 0.33 | 0 | 0.09 | 203.87 | 0.8 | 0.53 |
| Hex | 28 | 9B | E7 | 53 | 21 | 0 | 9 | CC | 50 | 35 |
| Octal | 50 | 233 | 347 | 123 | 41 | 0 | 11 | 314 | 120 | 65 |
| Binary | 101000 | 10011011 | 11100111 | 1010011 | 100001 | 0 | 1001 | 11001100 | 1010000 | 110101 |
Color Harmonies of #289BE7
Complementary color
Monochromatic Colors of #289BE7
Black with #289BE7
Text Example
Text Example
White with #289BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BE7; }
p { color: rgb(40,155,231); }
H1.HeaderClassName
{
color: #289BE7;
}
.AnyTagClassName
{
color: #289BE7;
}
</style>
background-color css
<style>
a { background-color: #289BE7; }
a { background-color: rgb(40,155,231); }
div.DivClassName
{
background-color: #289BE7;
}
.BgClassName
{
background-color: #289BE7;
}
</style>
border-color css
<style>
span { border-color: #289BE7; }
span { border-color: rgb(40,155,231); }
td.TdClassName
{
border-color: #289BE7;
}
.TagClassName
{
border-color: #289BE7;
}
</style>