Shades of Dodger Blue #1463FC
Tints of Dodger Blue #1463FC
RGB
CMYK
RGB Variations
Color information
#1463FC (or 0x1463FC) is known color: Dodger Blue. HEX triplet: 14, 63 and FC. RGB value is (20,99,252). Sum of RGB (Red+Green+Blue) = 20+99+252=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1463FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1463FC is #EB9C03. Grayscale: #5C5C5C. Windows color (decimal): -15440900 or 16540436. OLE color: 16540436.
HSL color Cylindrical-coordinate representation of color #1463FC: hue angle of 219.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1463FC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 99 | 252 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.01 |
| HSL | 219.57º | 0.97% | 0.53% | - |
| HSV(B) | 219.57º | 0.92% | 0.99% | - |
| XYZ | 22.32 | 16.1 | 94.03 | - |
| YUV | 92.82 | 217.83 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 252 | 0.92 | 0.61 | 0 | 0.01 | 219.57 | 0.97 | 0.53 |
| Hex | 14 | 63 | FC | 5C | 3D | 0 | 1 | DC | 61 | 35 |
| Octal | 24 | 143 | 374 | 134 | 75 | 0 | 1 | 334 | 141 | 65 |
| Binary | 10100 | 1100011 | 11111100 | 1011100 | 111101 | 0 | 1 | 11011100 | 1100001 | 110101 |
Color Harmonies of #1463FC
Complementary color
Monochromatic Colors of #1463FC
Black with #1463FC
Text Example
Text Example
White with #1463FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463FC; }
p { color: rgb(20,99,252); }
H1.HeaderClassName
{
color: #1463FC;
}
.AnyTagClassName
{
color: #1463FC;
}
</style>
background-color css
<style>
a { background-color: #1463FC; }
a { background-color: rgb(20,99,252); }
div.DivClassName
{
background-color: #1463FC;
}
.BgClassName
{
background-color: #1463FC;
}
</style>
border-color css
<style>
span { border-color: #1463FC; }
span { border-color: rgb(20,99,252); }
td.TdClassName
{
border-color: #1463FC;
}
.TagClassName
{
border-color: #1463FC;
}
</style>