Shades of Dodger Blue #1465FD
Tints of Dodger Blue #1465FD
RGB
CMYK
RGB Variations
Color information
#1465FD (or 0x1465FD) is known color: Dodger Blue. HEX triplet: 14, 65 and FD. RGB value is (20,101,253). Sum of RGB (Red+Green+Blue) = 20+101+253=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #1465FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1465FD is #EB9A02. Grayscale: #5D5D5D. Windows color (decimal): -15440387 or 16606484. OLE color: 16606484.
HSL color Cylindrical-coordinate representation of color #1465FD: hue angle of 219.14º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1465FD is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 101 | 253 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.01 |
| HSL | 219.14º | 0.98% | 0.54% | - |
| HSV(B) | 219.14º | 0.92% | 0.99% | - |
| XYZ | 22.67 | 16.55 | 94.93 | - |
| YUV | 94.11 | 217.66 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 253 | 0.92 | 0.60 | 0 | 0.01 | 219.14 | 0.98 | 0.54 |
| Hex | 14 | 65 | FD | 5C | 3C | 0 | 1 | DB | 62 | 36 |
| Octal | 24 | 145 | 375 | 134 | 74 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10100 | 1100101 | 11111101 | 1011100 | 111100 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1465FD
Complementary color
Monochromatic Colors of #1465FD
Black with #1465FD
Text Example
Text Example
White with #1465FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465FD; }
p { color: rgb(20,101,253); }
H1.HeaderClassName
{
color: #1465FD;
}
.AnyTagClassName
{
color: #1465FD;
}
</style>
background-color css
<style>
a { background-color: #1465FD; }
a { background-color: rgb(20,101,253); }
div.DivClassName
{
background-color: #1465FD;
}
.BgClassName
{
background-color: #1465FD;
}
</style>
border-color css
<style>
span { border-color: #1465FD; }
span { border-color: rgb(20,101,253); }
td.TdClassName
{
border-color: #1465FD;
}
.TagClassName
{
border-color: #1465FD;
}
</style>