Shades of Dodger Blue #2576FF
Tints of Dodger Blue #2576FF
RGB
CMYK
RGB Variations
Color information
#2576FF (or 0x2576FF) is known color: Dodger Blue. HEX triplet: 25, 76 and FF. RGB value is (37,118,255). Sum of RGB (Red+Green+Blue) = 37+118+255=410 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.02% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #2576FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2576FF is #DA8900. Grayscale: #6C6C6C. Windows color (decimal): -14321921 or 16741925. OLE color: 16741925.
HSL color Cylindrical-coordinate representation of color #2576FF: hue angle of 217.71º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2576FF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 118 | 255 | - |
| CMYK | 0.85 | 0.54 | 0 | 0 |
| HSL | 217.71º | 1% | 0.57% | - |
| HSV(B) | 217.71º | 0.85% | 1% | - |
| XYZ | 25.29 | 20.57 | 97.25 | - |
| YUV | 109.4 | 210.16 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 255 | 0.85 | 0.54 | 0 | 0 | 217.71 | 1 | 0.57 |
| Hex | 25 | 76 | FF | 55 | 36 | 0 | 0 | DA | 64 | 39 |
| Octal | 45 | 166 | 377 | 125 | 66 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100101 | 1110110 | 11111111 | 1010101 | 110110 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2576FF
Complementary color
Monochromatic Colors of #2576FF
Black with #2576FF
Text Example
Text Example
White with #2576FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2576FF; }
p { color: rgb(37,118,255); }
H1.HeaderClassName
{
color: #2576FF;
}
.AnyTagClassName
{
color: #2576FF;
}
</style>
background-color css
<style>
a { background-color: #2576FF; }
a { background-color: rgb(37,118,255); }
div.DivClassName
{
background-color: #2576FF;
}
.BgClassName
{
background-color: #2576FF;
}
</style>
border-color css
<style>
span { border-color: #2576FF; }
span { border-color: rgb(37,118,255); }
td.TdClassName
{
border-color: #2576FF;
}
.TagClassName
{
border-color: #2576FF;
}
</style>