Shades of Dodger Blue #259BFD
Tints of Dodger Blue #259BFD
RGB
CMYK
RGB Variations
Color information
#259BFD (or 0x259BFD) is known color: Dodger Blue. HEX triplet: 25, 9B and FD. RGB value is (37,155,253). Sum of RGB (Red+Green+Blue) = 37+155+253=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #259BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259BFD is #DA6402. Grayscale: #828282. Windows color (decimal): -14312451 or 16620325. OLE color: 16620325.
HSL color Cylindrical-coordinate representation of color #259BFD: hue angle of 207.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259BFD is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 155 | 253 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.01 |
| HSL | 207.22º | 0.98% | 0.57% | - |
| HSV(B) | 207.22º | 0.85% | 0.99% | - |
| XYZ | 30.21 | 30.93 | 97.31 | - |
| YUV | 130.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 253 | 0.85 | 0.39 | 0 | 0.01 | 207.22 | 0.98 | 0.57 |
| Hex | 25 | 9B | FD | 55 | 27 | 0 | 1 | CF | 62 | 39 |
| Octal | 45 | 233 | 375 | 125 | 47 | 0 | 1 | 317 | 142 | 71 |
| Binary | 100101 | 10011011 | 11111101 | 1010101 | 100111 | 0 | 1 | 11001111 | 1100010 | 111001 |
Color Harmonies of #259BFD
Complementary color
Monochromatic Colors of #259BFD
Black with #259BFD
Text Example
Text Example
White with #259BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BFD; }
p { color: rgb(37,155,253); }
H1.HeaderClassName
{
color: #259BFD;
}
.AnyTagClassName
{
color: #259BFD;
}
</style>
background-color css
<style>
a { background-color: #259BFD; }
a { background-color: rgb(37,155,253); }
div.DivClassName
{
background-color: #259BFD;
}
.BgClassName
{
background-color: #259BFD;
}
</style>
border-color css
<style>
span { border-color: #259BFD; }
span { border-color: rgb(37,155,253); }
td.TdClassName
{
border-color: #259BFD;
}
.TagClassName
{
border-color: #259BFD;
}
</style>