Shades of Dodger Blue #259CFA
Tints of Dodger Blue #259CFA
RGB
CMYK
RGB Variations
Color information
#259CFA (or 0x259CFA) is known color: Dodger Blue. HEX triplet: 25, 9C and FA. RGB value is (37,156,250). Sum of RGB (Red+Green+Blue) = 37+156+250=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #259CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259CFA is #DA6305. Grayscale: #828282. Windows color (decimal): -14312198 or 16423973. OLE color: 16423973.
HSL color Cylindrical-coordinate representation of color #259CFA: hue angle of 206.48º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259CFA is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 156 | 250 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.02 |
| HSL | 206.48º | 0.96% | 0.56% | - |
| HSV(B) | 206.48º | 0.85% | 0.98% | - |
| XYZ | 29.91 | 31.07 | 94.86 | - |
| YUV | 131.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 250 | 0.85 | 0.38 | 0 | 0.02 | 206.48 | 0.96 | 0.56 |
| Hex | 25 | 9C | FA | 55 | 26 | 0 | 2 | CE | 60 | 38 |
| Octal | 45 | 234 | 372 | 125 | 46 | 0 | 2 | 316 | 140 | 70 |
| Binary | 100101 | 10011100 | 11111010 | 1010101 | 100110 | 0 | 10 | 11001110 | 1100000 | 111000 |
Color Harmonies of #259CFA
Complementary color
Monochromatic Colors of #259CFA
Black with #259CFA
Text Example
Text Example
White with #259CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CFA; }
p { color: rgb(37,156,250); }
H1.HeaderClassName
{
color: #259CFA;
}
.AnyTagClassName
{
color: #259CFA;
}
</style>
background-color css
<style>
a { background-color: #259CFA; }
a { background-color: rgb(37,156,250); }
div.DivClassName
{
background-color: #259CFA;
}
.BgClassName
{
background-color: #259CFA;
}
</style>
border-color css
<style>
span { border-color: #259CFA; }
span { border-color: rgb(37,156,250); }
td.TdClassName
{
border-color: #259CFA;
}
.TagClassName
{
border-color: #259CFA;
}
</style>