Shades of Dodger Blue #1461FE
Tints of Dodger Blue #1461FE
RGB
CMYK
RGB Variations
Color information
#1461FE (or 0x1461FE) is known color: Dodger Blue. HEX triplet: 14, 61 and FE. RGB value is (20,97,254). Sum of RGB (Red+Green+Blue) = 20+97+254=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1461FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1461FE is #EB9E01. Grayscale: #5B5B5B. Windows color (decimal): -15441410 or 16670996. OLE color: 16670996.
HSL color Cylindrical-coordinate representation of color #1461FE: hue angle of 220.26º 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 #1461FE is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 97 | 254 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.00 |
| HSL | 220.26º | 0.99% | 0.54% | - |
| HSV(B) | 220.26º | 0.92% | 1% | - |
| XYZ | 22.45 | 15.85 | 95.64 | - |
| YUV | 91.88 | 219.49 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 254 | 0.92 | 0.62 | 0 | 0.00 | 220.26 | 0.99 | 0.54 |
| Hex | 14 | 61 | FE | 5C | 3E | 0 | 0 | DC | 63 | 36 |
| Octal | 24 | 141 | 376 | 134 | 76 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10100 | 1100001 | 11111110 | 1011100 | 111110 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1461FE
Complementary color
Monochromatic Colors of #1461FE
Black with #1461FE
Text Example
Text Example
White with #1461FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461FE; }
p { color: rgb(20,97,254); }
H1.HeaderClassName
{
color: #1461FE;
}
.AnyTagClassName
{
color: #1461FE;
}
</style>
background-color css
<style>
a { background-color: #1461FE; }
a { background-color: rgb(20,97,254); }
div.DivClassName
{
background-color: #1461FE;
}
.BgClassName
{
background-color: #1461FE;
}
</style>
border-color css
<style>
span { border-color: #1461FE; }
span { border-color: rgb(20,97,254); }
td.TdClassName
{
border-color: #1461FE;
}
.TagClassName
{
border-color: #1461FE;
}
</style>