Shades of Dodger Blue #2591FC
Tints of Dodger Blue #2591FC
RGB
CMYK
RGB Variations
Color information
#2591FC (or 0x2591FC) is known color: Dodger Blue. HEX triplet: 25, 91 and FC. RGB value is (37,145,252). Sum of RGB (Red+Green+Blue) = 37+145+252=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #2591FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2591FC is #DA6E03. Grayscale: #7C7C7C. Windows color (decimal): -14315012 or 16552229. OLE color: 16552229.
HSL color Cylindrical-coordinate representation of color #2591FC: hue angle of 209.86º degrees, saturation: 0.97, 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 #2591FC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 145 | 252 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.01 |
| HSL | 209.86º | 0.97% | 0.57% | - |
| HSV(B) | 209.86º | 0.85% | 0.99% | - |
| XYZ | 28.46 | 27.67 | 95.94 | - |
| YUV | 124.91 | 199.72 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 252 | 0.85 | 0.42 | 0 | 0.01 | 209.86 | 0.97 | 0.57 |
| Hex | 25 | 91 | FC | 55 | 2A | 0 | 1 | D2 | 61 | 39 |
| Octal | 45 | 221 | 374 | 125 | 52 | 0 | 1 | 322 | 141 | 71 |
| Binary | 100101 | 10010001 | 11111100 | 1010101 | 101010 | 0 | 1 | 11010010 | 1100001 | 111001 |
Color Harmonies of #2591FC
Complementary color
Monochromatic Colors of #2591FC
Black with #2591FC
Text Example
Text Example
White with #2591FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2591FC; }
p { color: rgb(37,145,252); }
H1.HeaderClassName
{
color: #2591FC;
}
.AnyTagClassName
{
color: #2591FC;
}
</style>
background-color css
<style>
a { background-color: #2591FC; }
a { background-color: rgb(37,145,252); }
div.DivClassName
{
background-color: #2591FC;
}
.BgClassName
{
background-color: #2591FC;
}
</style>
border-color css
<style>
span { border-color: #2591FC; }
span { border-color: rgb(37,145,252); }
td.TdClassName
{
border-color: #2591FC;
}
.TagClassName
{
border-color: #2591FC;
}
</style>