Shades of Dodger Blue #1464FF
Tints of Dodger Blue #1464FF
RGB
CMYK
RGB Variations
Color information
#1464FF (or 0x1464FF) is known color: Dodger Blue. HEX triplet: 14, 64 and FF. RGB value is (20,100,255). Sum of RGB (Red+Green+Blue) = 20+100+255=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1464FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464FF is #EB9B00. Grayscale: #5D5D5D. Windows color (decimal): -15440641 or 16737300. OLE color: 16737300.
HSL color Cylindrical-coordinate representation of color #1464FF: hue angle of 219.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1464FF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 100 | 255 | - |
| CMYK | 0.92 | 0.61 | 0 | 0 |
| HSL | 219.57º | 1% | 0.54% | - |
| HSV(B) | 219.57º | 0.92% | 1% | - |
| XYZ | 22.9 | 16.48 | 96.58 | - |
| YUV | 93.75 | 219 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 255 | 0.92 | 0.61 | 0 | 0 | 219.57 | 1 | 0.54 |
| Hex | 14 | 64 | FF | 5C | 3D | 0 | 0 | DC | 64 | 36 |
| Octal | 24 | 144 | 377 | 134 | 75 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10100 | 1100100 | 11111111 | 1011100 | 111101 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1464FF
Complementary color
Monochromatic Colors of #1464FF
Black with #1464FF
Text Example
Text Example
White with #1464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464FF; }
p { color: rgb(20,100,255); }
H1.HeaderClassName
{
color: #1464FF;
}
.AnyTagClassName
{
color: #1464FF;
}
</style>
background-color css
<style>
a { background-color: #1464FF; }
a { background-color: rgb(20,100,255); }
div.DivClassName
{
background-color: #1464FF;
}
.BgClassName
{
background-color: #1464FF;
}
</style>
border-color css
<style>
span { border-color: #1464FF; }
span { border-color: rgb(20,100,255); }
td.TdClassName
{
border-color: #1464FF;
}
.TagClassName
{
border-color: #1464FF;
}
</style>