Shades of Dodger Blue #2592F9
Tints of Dodger Blue #2592F9
RGB
CMYK
RGB Variations
Color information
#2592F9 (or 0x2592F9) is known color: Dodger Blue. HEX triplet: 25, 92 and F9. RGB value is (37,146,249). Sum of RGB (Red+Green+Blue) = 37+146+249=432 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.56% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #2592F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2592F9 is #DA6D06. Grayscale: #7C7C7C. Windows color (decimal): -14314759 or 16355877. OLE color: 16355877.
HSL color Cylindrical-coordinate representation of color #2592F9: hue angle of 209.15º degrees, saturation: 0.95, 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 #2592F9 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 146 | 249 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.02 |
| HSL | 209.15º | 0.95% | 0.56% | - |
| HSV(B) | 209.15º | 0.85% | 0.98% | - |
| XYZ | 28.14 | 27.79 | 93.5 | - |
| YUV | 125.15 | 197.89 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 249 | 0.85 | 0.41 | 0 | 0.02 | 209.15 | 0.95 | 0.56 |
| Hex | 25 | 92 | F9 | 55 | 29 | 0 | 2 | D1 | 5F | 38 |
| Octal | 45 | 222 | 371 | 125 | 51 | 0 | 2 | 321 | 137 | 70 |
| Binary | 100101 | 10010010 | 11111001 | 1010101 | 101001 | 0 | 10 | 11010001 | 1011111 | 111000 |
Color Harmonies of #2592F9
Complementary color
Monochromatic Colors of #2592F9
Black with #2592F9
Text Example
Text Example
White with #2592F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592F9; }
p { color: rgb(37,146,249); }
H1.HeaderClassName
{
color: #2592F9;
}
.AnyTagClassName
{
color: #2592F9;
}
</style>
background-color css
<style>
a { background-color: #2592F9; }
a { background-color: rgb(37,146,249); }
div.DivClassName
{
background-color: #2592F9;
}
.BgClassName
{
background-color: #2592F9;
}
</style>
border-color css
<style>
span { border-color: #2592F9; }
span { border-color: rgb(37,146,249); }
td.TdClassName
{
border-color: #2592F9;
}
.TagClassName
{
border-color: #2592F9;
}
</style>