Shades of Dodger Blue #1972FB
Tints of Dodger Blue #1972FB
RGB
CMYK
RGB Variations
Color information
#1972FB (or 0x1972FB) is known color: Dodger Blue. HEX triplet: 19, 72 and FB. RGB value is (25,114,251). Sum of RGB (Red+Green+Blue) = 25+114+251=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #1972FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1972FB is #E68D04. Grayscale: #666666. Windows color (decimal): -15109381 or 16478745. OLE color: 16478745.
HSL color Cylindrical-coordinate representation of color #1972FB: hue angle of 216.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1972FB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 114 | 251 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.02 |
| HSL | 216.37º | 0.97% | 0.54% | - |
| HSV(B) | 216.37º | 0.9% | 0.98% | - |
| XYZ | 23.83 | 19.21 | 93.72 | - |
| YUV | 103.01 | 211.51 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 251 | 0.90 | 0.55 | 0 | 0.02 | 216.37 | 0.97 | 0.54 |
| Hex | 19 | 72 | FB | 5A | 37 | 0 | 2 | D8 | 61 | 36 |
| Octal | 31 | 162 | 373 | 132 | 67 | 0 | 2 | 330 | 141 | 66 |
| Binary | 11001 | 1110010 | 11111011 | 1011010 | 110111 | 0 | 10 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1972FB
Complementary color
Monochromatic Colors of #1972FB
Black with #1972FB
Text Example
Text Example
White with #1972FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972FB; }
p { color: rgb(25,114,251); }
H1.HeaderClassName
{
color: #1972FB;
}
.AnyTagClassName
{
color: #1972FB;
}
</style>
background-color css
<style>
a { background-color: #1972FB; }
a { background-color: rgb(25,114,251); }
div.DivClassName
{
background-color: #1972FB;
}
.BgClassName
{
background-color: #1972FB;
}
</style>
border-color css
<style>
span { border-color: #1972FB; }
span { border-color: rgb(25,114,251); }
td.TdClassName
{
border-color: #1972FB;
}
.TagClassName
{
border-color: #1972FB;
}
</style>