Shades of Dodger Blue #259CEB
Tints of Dodger Blue #259CEB
RGB
CMYK
RGB Variations
Color information
#259CEB (or 0x259CEB) is known color: Dodger Blue. HEX triplet: 25, 9C and EB. RGB value is (37,156,235). Sum of RGB (Red+Green+Blue) = 37+156+235=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #259CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259CEB is #DA6314. Grayscale: #808080. Windows color (decimal): -14312213 or 15440933. OLE color: 15440933.
HSL color Cylindrical-coordinate representation of color #259CEB: hue angle of 203.94º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #259CEB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 156 | 235 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.08 |
| HSL | 203.94º | 0.83% | 0.53% | - |
| HSV(B) | 203.94º | 0.84% | 0.92% | - |
| XYZ | 27.65 | 30.17 | 82.96 | - |
| YUV | 129.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 235 | 0.84 | 0.34 | 0 | 0.08 | 203.94 | 0.83 | 0.53 |
| Hex | 25 | 9C | EB | 54 | 22 | 0 | 8 | CC | 53 | 35 |
| Octal | 45 | 234 | 353 | 124 | 42 | 0 | 10 | 314 | 123 | 65 |
| Binary | 100101 | 10011100 | 11101011 | 1010100 | 100010 | 0 | 1000 | 11001100 | 1010011 | 110101 |
Color Harmonies of #259CEB
Complementary color
Monochromatic Colors of #259CEB
Black with #259CEB
Text Example
Text Example
White with #259CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CEB; }
p { color: rgb(37,156,235); }
H1.HeaderClassName
{
color: #259CEB;
}
.AnyTagClassName
{
color: #259CEB;
}
</style>
background-color css
<style>
a { background-color: #259CEB; }
a { background-color: rgb(37,156,235); }
div.DivClassName
{
background-color: #259CEB;
}
.BgClassName
{
background-color: #259CEB;
}
</style>
border-color css
<style>
span { border-color: #259CEB; }
span { border-color: rgb(37,156,235); }
td.TdClassName
{
border-color: #259CEB;
}
.TagClassName
{
border-color: #259CEB;
}
</style>