Shades of Dodger Blue #2590FA
Tints of Dodger Blue #2590FA
RGB
CMYK
RGB Variations
Color information
#2590FA (or 0x2590FA) is known color: Dodger Blue. HEX triplet: 25, 90 and FA. RGB value is (37,144,250). Sum of RGB (Red+Green+Blue) = 37+144+250=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #2590FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2590FA is #DA6F05. Grayscale: #7B7B7B. Windows color (decimal): -14315270 or 16420901. OLE color: 16420901.
HSL color Cylindrical-coordinate representation of color #2590FA: hue angle of 209.86º 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 #2590FA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 144 | 250 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.02 |
| HSL | 209.86º | 0.96% | 0.56% | - |
| HSV(B) | 209.86º | 0.85% | 0.98% | - |
| XYZ | 27.99 | 27.24 | 94.23 | - |
| YUV | 124.09 | 199.05 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 250 | 0.85 | 0.42 | 0 | 0.02 | 209.86 | 0.96 | 0.56 |
| Hex | 25 | 90 | FA | 55 | 2A | 0 | 2 | D2 | 60 | 38 |
| Octal | 45 | 220 | 372 | 125 | 52 | 0 | 2 | 322 | 140 | 70 |
| Binary | 100101 | 10010000 | 11111010 | 1010101 | 101010 | 0 | 10 | 11010010 | 1100000 | 111000 |
Color Harmonies of #2590FA
Complementary color
Monochromatic Colors of #2590FA
Black with #2590FA
Text Example
Text Example
White with #2590FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590FA; }
p { color: rgb(37,144,250); }
H1.HeaderClassName
{
color: #2590FA;
}
.AnyTagClassName
{
color: #2590FA;
}
</style>
background-color css
<style>
a { background-color: #2590FA; }
a { background-color: rgb(37,144,250); }
div.DivClassName
{
background-color: #2590FA;
}
.BgClassName
{
background-color: #2590FA;
}
</style>
border-color css
<style>
span { border-color: #2590FA; }
span { border-color: rgb(37,144,250); }
td.TdClassName
{
border-color: #2590FA;
}
.TagClassName
{
border-color: #2590FA;
}
</style>