Shades of Dodger Blue #1465FE
Tints of Dodger Blue #1465FE
RGB
CMYK
RGB Variations
Color information
#1465FE (or 0x1465FE) is known color: Dodger Blue. HEX triplet: 14, 65 and FE. RGB value is (20,101,254). Sum of RGB (Red+Green+Blue) = 20+101+254=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #1465FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1465FE is #EB9A01. Grayscale: #5D5D5D. Windows color (decimal): -15440386 or 16672020. OLE color: 16672020.
HSL color Cylindrical-coordinate representation of color #1465FE: hue angle of 219.23º 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 #1465FE is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 101 | 254 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.00 |
| HSL | 219.23º | 0.99% | 0.54% | - |
| HSV(B) | 219.23º | 0.92% | 1% | - |
| XYZ | 22.83 | 16.61 | 95.77 | - |
| YUV | 94.22 | 218.16 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 254 | 0.92 | 0.60 | 0 | 0.00 | 219.23 | 0.99 | 0.54 |
| Hex | 14 | 65 | FE | 5C | 3C | 0 | 0 | DB | 63 | 36 |
| Octal | 24 | 145 | 376 | 134 | 74 | 0 | 0 | 333 | 143 | 66 |
| Binary | 10100 | 1100101 | 11111110 | 1011100 | 111100 | 0 | 0 | 11011011 | 1100011 | 110110 |
Color Harmonies of #1465FE
Complementary color
Monochromatic Colors of #1465FE
Black with #1465FE
Text Example
Text Example
White with #1465FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465FE; }
p { color: rgb(20,101,254); }
H1.HeaderClassName
{
color: #1465FE;
}
.AnyTagClassName
{
color: #1465FE;
}
</style>
background-color css
<style>
a { background-color: #1465FE; }
a { background-color: rgb(20,101,254); }
div.DivClassName
{
background-color: #1465FE;
}
.BgClassName
{
background-color: #1465FE;
}
</style>
border-color css
<style>
span { border-color: #1465FE; }
span { border-color: rgb(20,101,254); }
td.TdClassName
{
border-color: #1465FE;
}
.TagClassName
{
border-color: #1465FE;
}
</style>