Shades of Dodger Blue #1574FB
Tints of Dodger Blue #1574FB
RGB
CMYK
RGB Variations
Color information
#1574FB (or 0x1574FB) is known color: Dodger Blue. HEX triplet: 15, 74 and FB. RGB value is (21,116,251). Sum of RGB (Red+Green+Blue) = 21+116+251=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #1574FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1574FB is #EA8B04. Grayscale: #666666. Windows color (decimal): -15371013 or 16479253. OLE color: 16479253.
HSL color Cylindrical-coordinate representation of color #1574FB: hue angle of 215.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1574FB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 116 | 251 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.02 |
| HSL | 215.22º | 0.97% | 0.53% | - |
| HSV(B) | 215.22º | 0.92% | 0.98% | - |
| XYZ | 23.97 | 19.62 | 93.79 | - |
| YUV | 102.99 | 211.53 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 251 | 0.92 | 0.54 | 0 | 0.02 | 215.22 | 0.97 | 0.53 |
| Hex | 15 | 74 | FB | 5C | 36 | 0 | 2 | D7 | 61 | 35 |
| Octal | 25 | 164 | 373 | 134 | 66 | 0 | 2 | 327 | 141 | 65 |
| Binary | 10101 | 1110100 | 11111011 | 1011100 | 110110 | 0 | 10 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1574FB
Complementary color
Monochromatic Colors of #1574FB
Black with #1574FB
Text Example
Text Example
White with #1574FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574FB; }
p { color: rgb(21,116,251); }
H1.HeaderClassName
{
color: #1574FB;
}
.AnyTagClassName
{
color: #1574FB;
}
</style>
background-color css
<style>
a { background-color: #1574FB; }
a { background-color: rgb(21,116,251); }
div.DivClassName
{
background-color: #1574FB;
}
.BgClassName
{
background-color: #1574FB;
}
</style>
border-color css
<style>
span { border-color: #1574FB; }
span { border-color: rgb(21,116,251); }
td.TdClassName
{
border-color: #1574FB;
}
.TagClassName
{
border-color: #1574FB;
}
</style>