Shades of Dodger Blue #289CED
Tints of Dodger Blue #289CED
RGB
CMYK
RGB Variations
Color information
#289CED (or 0x289CED) is known color: Dodger Blue. HEX triplet: 28, 9C and ED. RGB value is (40,156,237). Sum of RGB (Red+Green+Blue) = 40+156+237=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #289CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289CED is #D76312. Grayscale: #828282. Windows color (decimal): -14115603 or 15572008. OLE color: 15572008.
HSL color Cylindrical-coordinate representation of color #289CED: hue angle of 204.67º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289CED is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 156 | 237 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.07 |
| HSL | 204.67º | 0.85% | 0.54% | - |
| HSV(B) | 204.67º | 0.83% | 0.93% | - |
| XYZ | 28.05 | 30.34 | 84.5 | - |
| YUV | 130.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 237 | 0.83 | 0.34 | 0 | 0.07 | 204.67 | 0.85 | 0.54 |
| Hex | 28 | 9C | ED | 53 | 22 | 0 | 7 | CD | 55 | 36 |
| Octal | 50 | 234 | 355 | 123 | 42 | 0 | 7 | 315 | 125 | 66 |
| Binary | 101000 | 10011100 | 11101101 | 1010011 | 100010 | 0 | 111 | 11001101 | 1010101 | 110110 |
Color Harmonies of #289CED
Complementary color
Monochromatic Colors of #289CED
Black with #289CED
Text Example
Text Example
White with #289CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CED; }
p { color: rgb(40,156,237); }
H1.HeaderClassName
{
color: #289CED;
}
.AnyTagClassName
{
color: #289CED;
}
</style>
background-color css
<style>
a { background-color: #289CED; }
a { background-color: rgb(40,156,237); }
div.DivClassName
{
background-color: #289CED;
}
.BgClassName
{
background-color: #289CED;
}
</style>
border-color css
<style>
span { border-color: #289CED; }
span { border-color: rgb(40,156,237); }
td.TdClassName
{
border-color: #289CED;
}
.TagClassName
{
border-color: #289CED;
}
</style>