Shades of Dodger Blue #2572FB
Tints of Dodger Blue #2572FB
RGB
CMYK
RGB Variations
Color information
#2572FB (or 0x2572FB) is known color: Dodger Blue. HEX triplet: 25, 72 and FB. RGB value is (37,114,251). Sum of RGB (Red+Green+Blue) = 37+114+251=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #2572FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2572FB is #DA8D04. Grayscale: #696969. Windows color (decimal): -14322949 or 16478757. OLE color: 16478757.
HSL color Cylindrical-coordinate representation of color #2572FB: hue angle of 218.41º degrees, saturation: 0.96, 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 #2572FB is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 114 | 251 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.02 |
| HSL | 218.41º | 0.96% | 0.56% | - |
| HSV(B) | 218.41º | 0.85% | 0.98% | - |
| XYZ | 24.19 | 19.39 | 93.73 | - |
| YUV | 106.6 | 209.49 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 251 | 0.85 | 0.55 | 0 | 0.02 | 218.41 | 0.96 | 0.56 |
| Hex | 25 | 72 | FB | 55 | 37 | 0 | 2 | DA | 60 | 38 |
| Octal | 45 | 162 | 373 | 125 | 67 | 0 | 2 | 332 | 140 | 70 |
| Binary | 100101 | 1110010 | 11111011 | 1010101 | 110111 | 0 | 10 | 11011010 | 1100000 | 111000 |
Color Harmonies of #2572FB
Complementary color
Monochromatic Colors of #2572FB
Black with #2572FB
Text Example
Text Example
White with #2572FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2572FB; }
p { color: rgb(37,114,251); }
H1.HeaderClassName
{
color: #2572FB;
}
.AnyTagClassName
{
color: #2572FB;
}
</style>
background-color css
<style>
a { background-color: #2572FB; }
a { background-color: rgb(37,114,251); }
div.DivClassName
{
background-color: #2572FB;
}
.BgClassName
{
background-color: #2572FB;
}
</style>
border-color css
<style>
span { border-color: #2572FB; }
span { border-color: rgb(37,114,251); }
td.TdClassName
{
border-color: #2572FB;
}
.TagClassName
{
border-color: #2572FB;
}
</style>