Shades of Dodger Blue #259BED
Tints of Dodger Blue #259BED
RGB
CMYK
RGB Variations
Color information
#259BED (or 0x259BED) is known color: Dodger Blue. HEX triplet: 25, 9B and ED. RGB value is (37,155,237). Sum of RGB (Red+Green+Blue) = 37+155+237=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #259BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259BED is #DA6412. Grayscale: #808080. Windows color (decimal): -14312467 or 15571749. OLE color: 15571749.
HSL color Cylindrical-coordinate representation of color #259BED: hue angle of 204.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #259BED is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 155 | 237 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.07 |
| HSL | 204.6º | 0.85% | 0.54% | - |
| HSV(B) | 204.6º | 0.84% | 0.93% | - |
| XYZ | 27.77 | 29.95 | 84.44 | - |
| YUV | 129.07 | 188.91 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 237 | 0.84 | 0.35 | 0 | 0.07 | 204.6 | 0.85 | 0.54 |
| Hex | 25 | 9B | ED | 54 | 23 | 0 | 7 | CD | 55 | 36 |
| Octal | 45 | 233 | 355 | 124 | 43 | 0 | 7 | 315 | 125 | 66 |
| Binary | 100101 | 10011011 | 11101101 | 1010100 | 100011 | 0 | 111 | 11001101 | 1010101 | 110110 |
Color Harmonies of #259BED
Complementary color
Monochromatic Colors of #259BED
Black with #259BED
Text Example
Text Example
White with #259BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BED; }
p { color: rgb(37,155,237); }
H1.HeaderClassName
{
color: #259BED;
}
.AnyTagClassName
{
color: #259BED;
}
</style>
background-color css
<style>
a { background-color: #259BED; }
a { background-color: rgb(37,155,237); }
div.DivClassName
{
background-color: #259BED;
}
.BgClassName
{
background-color: #259BED;
}
</style>
border-color css
<style>
span { border-color: #259BED; }
span { border-color: rgb(37,155,237); }
td.TdClassName
{
border-color: #259BED;
}
.TagClassName
{
border-color: #259BED;
}
</style>