Shades of Dodger Blue #2573FC
Tints of Dodger Blue #2573FC
RGB
CMYK
RGB Variations
Color information
#2573FC (or 0x2573FC) is known color: Dodger Blue. HEX triplet: 25, 73 and FC. RGB value is (37,115,252). Sum of RGB (Red+Green+Blue) = 37+115+252=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #2573FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573FC is #DA8C03. Grayscale: #6A6A6A. Windows color (decimal): -14322692 or 16544549. OLE color: 16544549.
HSL color Cylindrical-coordinate representation of color #2573FC: hue angle of 218.23º 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 #2573FC is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 115 | 252 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.01 |
| HSL | 218.23º | 0.97% | 0.57% | - |
| HSV(B) | 218.23º | 0.85% | 0.99% | - |
| XYZ | 24.46 | 19.68 | 94.61 | - |
| YUV | 107.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 252 | 0.85 | 0.54 | 0 | 0.01 | 218.23 | 0.97 | 0.57 |
| Hex | 25 | 73 | FC | 55 | 36 | 0 | 1 | DA | 61 | 39 |
| Octal | 45 | 163 | 374 | 125 | 66 | 0 | 1 | 332 | 141 | 71 |
| Binary | 100101 | 1110011 | 11111100 | 1010101 | 110110 | 0 | 1 | 11011010 | 1100001 | 111001 |
Color Harmonies of #2573FC
Complementary color
Monochromatic Colors of #2573FC
Black with #2573FC
Text Example
Text Example
White with #2573FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573FC; }
p { color: rgb(37,115,252); }
H1.HeaderClassName
{
color: #2573FC;
}
.AnyTagClassName
{
color: #2573FC;
}
</style>
background-color css
<style>
a { background-color: #2573FC; }
a { background-color: rgb(37,115,252); }
div.DivClassName
{
background-color: #2573FC;
}
.BgClassName
{
background-color: #2573FC;
}
</style>
border-color css
<style>
span { border-color: #2573FC; }
span { border-color: rgb(37,115,252); }
td.TdClassName
{
border-color: #2573FC;
}
.TagClassName
{
border-color: #2573FC;
}
</style>