Shades of Dodger Blue #259CFF
Tints of Dodger Blue #259CFF
RGB
CMYK
RGB Variations
Color information
#259CFF (or 0x259CFF) is known color: Dodger Blue. HEX triplet: 25, 9C and FF. RGB value is (37,156,255). Sum of RGB (Red+Green+Blue) = 37+156+255=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #259CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259CFF is #DA6300. Grayscale: #838383. Windows color (decimal): -14312193 or 16751653. OLE color: 16751653.
HSL color Cylindrical-coordinate representation of color #259CFF: hue angle of 207.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259CFF is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 156 | 255 | - |
| CMYK | 0.85 | 0.39 | 0 | 0 |
| HSL | 207.25º | 1% | 0.57% | - |
| HSV(B) | 207.25º | 0.85% | 1% | - |
| XYZ | 30.7 | 31.39 | 99.05 | - |
| YUV | 131.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 255 | 0.85 | 0.39 | 0 | 0 | 207.25 | 1 | 0.57 |
| Hex | 25 | 9C | FF | 55 | 27 | 0 | 0 | CF | 64 | 39 |
| Octal | 45 | 234 | 377 | 125 | 47 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100101 | 10011100 | 11111111 | 1010101 | 100111 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #259CFF
Complementary color
Monochromatic Colors of #259CFF
Black with #259CFF
Text Example
Text Example
White with #259CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CFF; }
p { color: rgb(37,156,255); }
H1.HeaderClassName
{
color: #259CFF;
}
.AnyTagClassName
{
color: #259CFF;
}
</style>
background-color css
<style>
a { background-color: #259CFF; }
a { background-color: rgb(37,156,255); }
div.DivClassName
{
background-color: #259CFF;
}
.BgClassName
{
background-color: #259CFF;
}
</style>
border-color css
<style>
span { border-color: #259CFF; }
span { border-color: rgb(37,156,255); }
td.TdClassName
{
border-color: #259CFF;
}
.TagClassName
{
border-color: #259CFF;
}
</style>