Shades of Dodger Blue #1580FB
Tints of Dodger Blue #1580FB
RGB
CMYK
RGB Variations
Color information
#1580FB (or 0x1580FB) is known color: Dodger Blue. HEX triplet: 15, 80 and FB. RGB value is (21,128,251). Sum of RGB (Red+Green+Blue) = 21+128+251=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #1580FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580FB is #EA7F04. Grayscale: #6D6D6D. Windows color (decimal): -15367941 or 16482325. OLE color: 16482325.
HSL color Cylindrical-coordinate representation of color #1580FB: hue angle of 212.09º 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 #1580FB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 128 | 251 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.02 |
| HSL | 212.09º | 0.97% | 0.53% | - |
| HSV(B) | 212.09º | 0.92% | 0.98% | - |
| XYZ | 25.44 | 22.56 | 94.28 | - |
| YUV | 110.03 | 207.55 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 251 | 0.92 | 0.49 | 0 | 0.02 | 212.09 | 0.97 | 0.53 |
| Hex | 15 | 80 | FB | 5C | 31 | 0 | 2 | D4 | 61 | 35 |
| Octal | 25 | 200 | 373 | 134 | 61 | 0 | 2 | 324 | 141 | 65 |
| Binary | 10101 | 10000000 | 11111011 | 1011100 | 110001 | 0 | 10 | 11010100 | 1100001 | 110101 |
Color Harmonies of #1580FB
Complementary color
Monochromatic Colors of #1580FB
Black with #1580FB
Text Example
Text Example
White with #1580FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580FB; }
p { color: rgb(21,128,251); }
H1.HeaderClassName
{
color: #1580FB;
}
.AnyTagClassName
{
color: #1580FB;
}
</style>
background-color css
<style>
a { background-color: #1580FB; }
a { background-color: rgb(21,128,251); }
div.DivClassName
{
background-color: #1580FB;
}
.BgClassName
{
background-color: #1580FB;
}
</style>
border-color css
<style>
span { border-color: #1580FB; }
span { border-color: rgb(21,128,251); }
td.TdClassName
{
border-color: #1580FB;
}
.TagClassName
{
border-color: #1580FB;
}
</style>