Shades of Dodger Blue #1561FE
Tints of Dodger Blue #1561FE
RGB
CMYK
RGB Variations
Color information
#1561FE (or 0x1561FE) is known color: Dodger Blue. HEX triplet: 15, 61 and FE. RGB value is (21,97,254). Sum of RGB (Red+Green+Blue) = 21+97+254=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #1561FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561FE is #EA9E01. Grayscale: #5B5B5B. Windows color (decimal): -15375874 or 16670997. OLE color: 16670997.
HSL color Cylindrical-coordinate representation of color #1561FE: hue angle of 220.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1561FE is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 97 | 254 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.00 |
| HSL | 220.43º | 0.99% | 0.54% | - |
| HSV(B) | 220.43º | 0.92% | 1% | - |
| XYZ | 22.47 | 15.86 | 95.64 | - |
| YUV | 92.17 | 219.32 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 254 | 0.92 | 0.62 | 0 | 0.00 | 220.43 | 0.99 | 0.54 |
| Hex | 15 | 61 | FE | 5C | 3E | 0 | 0 | DC | 63 | 36 |
| Octal | 25 | 141 | 376 | 134 | 76 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10101 | 1100001 | 11111110 | 1011100 | 111110 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1561FE
Complementary color
Monochromatic Colors of #1561FE
Black with #1561FE
Text Example
Text Example
White with #1561FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561FE; }
p { color: rgb(21,97,254); }
H1.HeaderClassName
{
color: #1561FE;
}
.AnyTagClassName
{
color: #1561FE;
}
</style>
background-color css
<style>
a { background-color: #1561FE; }
a { background-color: rgb(21,97,254); }
div.DivClassName
{
background-color: #1561FE;
}
.BgClassName
{
background-color: #1561FE;
}
</style>
border-color css
<style>
span { border-color: #1561FE; }
span { border-color: rgb(21,97,254); }
td.TdClassName
{
border-color: #1561FE;
}
.TagClassName
{
border-color: #1561FE;
}
</style>