Shades of Dodger Blue #2592FE
Tints of Dodger Blue #2592FE
RGB
CMYK
RGB Variations
Color information
#2592FE (or 0x2592FE) is known color: Dodger Blue. HEX triplet: 25, 92 and FE. RGB value is (37,146,254). Sum of RGB (Red+Green+Blue) = 37+146+254=437 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.47% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #2592FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2592FE is #DA6D01. Grayscale: #7D7D7D. Windows color (decimal): -14314754 or 16683557. OLE color: 16683557.
HSL color Cylindrical-coordinate representation of color #2592FE: hue angle of 209.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2592FE is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 146 | 254 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.00 |
| HSL | 209.86º | 0.99% | 0.57% | - |
| HSV(B) | 209.86º | 0.85% | 1% | - |
| XYZ | 28.93 | 28.11 | 97.67 | - |
| YUV | 125.72 | 200.39 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 254 | 0.85 | 0.43 | 0 | 0.00 | 209.86 | 0.99 | 0.57 |
| Hex | 25 | 92 | FE | 55 | 2B | 0 | 0 | D2 | 63 | 39 |
| Octal | 45 | 222 | 376 | 125 | 53 | 0 | 0 | 322 | 143 | 71 |
| Binary | 100101 | 10010010 | 11111110 | 1010101 | 101011 | 0 | 0 | 11010010 | 1100011 | 111001 |
Color Harmonies of #2592FE
Complementary color
Monochromatic Colors of #2592FE
Black with #2592FE
Text Example
Text Example
White with #2592FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592FE; }
p { color: rgb(37,146,254); }
H1.HeaderClassName
{
color: #2592FE;
}
.AnyTagClassName
{
color: #2592FE;
}
</style>
background-color css
<style>
a { background-color: #2592FE; }
a { background-color: rgb(37,146,254); }
div.DivClassName
{
background-color: #2592FE;
}
.BgClassName
{
background-color: #2592FE;
}
</style>
border-color css
<style>
span { border-color: #2592FE; }
span { border-color: rgb(37,146,254); }
td.TdClassName
{
border-color: #2592FE;
}
.TagClassName
{
border-color: #2592FE;
}
</style>