Shades of Dodger Blue #259BEE
Tints of Dodger Blue #259BEE
RGB
CMYK
RGB Variations
Color information
#259BEE (or 0x259BEE) is known color: Dodger Blue. HEX triplet: 25, 9B and EE. RGB value is (37,155,238). Sum of RGB (Red+Green+Blue) = 37+155+238=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #259BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259BEE is #DA6411. Grayscale: #808080. Windows color (decimal): -14312466 or 15637285. OLE color: 15637285.
HSL color Cylindrical-coordinate representation of color #259BEE: hue angle of 204.78º degrees, saturation: 0.86, 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 #259BEE is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 155 | 238 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.07 |
| HSL | 204.78º | 0.86% | 0.54% | - |
| HSV(B) | 204.78º | 0.84% | 0.93% | - |
| XYZ | 27.92 | 30.01 | 85.21 | - |
| YUV | 129.18 | 189.41 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 238 | 0.84 | 0.35 | 0 | 0.07 | 204.78 | 0.86 | 0.54 |
| Hex | 25 | 9B | EE | 54 | 23 | 0 | 7 | CD | 56 | 36 |
| Octal | 45 | 233 | 356 | 124 | 43 | 0 | 7 | 315 | 126 | 66 |
| Binary | 100101 | 10011011 | 11101110 | 1010100 | 100011 | 0 | 111 | 11001101 | 1010110 | 110110 |
Color Harmonies of #259BEE
Complementary color
Monochromatic Colors of #259BEE
Black with #259BEE
Text Example
Text Example
White with #259BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BEE; }
p { color: rgb(37,155,238); }
H1.HeaderClassName
{
color: #259BEE;
}
.AnyTagClassName
{
color: #259BEE;
}
</style>
background-color css
<style>
a { background-color: #259BEE; }
a { background-color: rgb(37,155,238); }
div.DivClassName
{
background-color: #259BEE;
}
.BgClassName
{
background-color: #259BEE;
}
</style>
border-color css
<style>
span { border-color: #259BEE; }
span { border-color: rgb(37,155,238); }
td.TdClassName
{
border-color: #259BEE;
}
.TagClassName
{
border-color: #259BEE;
}
</style>