Shades of Dodger Blue #1463FE
Tints of Dodger Blue #1463FE
RGB
CMYK
RGB Variations
Color information
#1463FE (or 0x1463FE) is known color: Dodger Blue. HEX triplet: 14, 63 and FE. RGB value is (20,99,254). Sum of RGB (Red+Green+Blue) = 20+99+254=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #1463FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1463FE is #EB9C01. Grayscale: #5C5C5C. Windows color (decimal): -15440898 or 16671508. OLE color: 16671508.
HSL color Cylindrical-coordinate representation of color #1463FE: hue angle of 219.74º 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 #1463FE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 99 | 254 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.00 |
| HSL | 219.74º | 0.99% | 0.54% | - |
| HSV(B) | 219.74º | 0.92% | 1% | - |
| XYZ | 22.64 | 16.23 | 95.71 | - |
| YUV | 93.05 | 218.83 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 254 | 0.92 | 0.61 | 0 | 0.00 | 219.74 | 0.99 | 0.54 |
| Hex | 14 | 63 | FE | 5C | 3D | 0 | 0 | DC | 63 | 36 |
| Octal | 24 | 143 | 376 | 134 | 75 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10100 | 1100011 | 11111110 | 1011100 | 111101 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1463FE
Complementary color
Monochromatic Colors of #1463FE
Black with #1463FE
Text Example
Text Example
White with #1463FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463FE; }
p { color: rgb(20,99,254); }
H1.HeaderClassName
{
color: #1463FE;
}
.AnyTagClassName
{
color: #1463FE;
}
</style>
background-color css
<style>
a { background-color: #1463FE; }
a { background-color: rgb(20,99,254); }
div.DivClassName
{
background-color: #1463FE;
}
.BgClassName
{
background-color: #1463FE;
}
</style>
border-color css
<style>
span { border-color: #1463FE; }
span { border-color: rgb(20,99,254); }
td.TdClassName
{
border-color: #1463FE;
}
.TagClassName
{
border-color: #1463FE;
}
</style>