Shades of Dodger Blue #145DFE
Tints of Dodger Blue #145DFE
RGB
CMYK
RGB Variations
Color information
#145DFE (or 0x145DFE) is known color: Dodger Blue. HEX triplet: 14, 5D and FE. RGB value is (20,93,254). Sum of RGB (Red+Green+Blue) = 20+93+254=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #145DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DFE is #EBA201. Grayscale: #585858. Windows color (decimal): -15442434 or 16669972. OLE color: 16669972.
HSL color Cylindrical-coordinate representation of color #145DFE: hue angle of 221.28º 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 #145DFE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 93 | 254 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.00 |
| HSL | 221.28º | 0.99% | 0.54% | - |
| HSV(B) | 221.28º | 0.92% | 1% | - |
| XYZ | 22.09 | 15.13 | 95.52 | - |
| YUV | 89.53 | 220.82 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 254 | 0.92 | 0.63 | 0 | 0.00 | 221.28 | 0.99 | 0.54 |
| Hex | 14 | 5D | FE | 5C | 3F | 0 | 0 | DD | 63 | 36 |
| Octal | 24 | 135 | 376 | 134 | 77 | 0 | 0 | 335 | 143 | 66 |
| Binary | 10100 | 1011101 | 11111110 | 1011100 | 111111 | 0 | 0 | 11011101 | 1100011 | 110110 |
Color Harmonies of #145DFE
Complementary color
Monochromatic Colors of #145DFE
Black with #145DFE
Text Example
Text Example
White with #145DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DFE; }
p { color: rgb(20,93,254); }
H1.HeaderClassName
{
color: #145DFE;
}
.AnyTagClassName
{
color: #145DFE;
}
</style>
background-color css
<style>
a { background-color: #145DFE; }
a { background-color: rgb(20,93,254); }
div.DivClassName
{
background-color: #145DFE;
}
.BgClassName
{
background-color: #145DFE;
}
</style>
border-color css
<style>
span { border-color: #145DFE; }
span { border-color: rgb(20,93,254); }
td.TdClassName
{
border-color: #145DFE;
}
.TagClassName
{
border-color: #145DFE;
}
</style>