Shades of Dodger Blue #146EFE
Tints of Dodger Blue #146EFE
RGB
CMYK
RGB Variations
Color information
#146EFE (or 0x146EFE) is known color: Dodger Blue. HEX triplet: 14, 6E and FE. RGB value is (20,110,254). Sum of RGB (Red+Green+Blue) = 20+110+254=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #146EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EFE is #EB9101. Grayscale: #626262. Windows color (decimal): -15438082 or 16674324. OLE color: 16674324.
HSL color Cylindrical-coordinate representation of color #146EFE: hue angle of 216.92º 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 #146EFE is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 110 | 254 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.00 |
| HSL | 216.92º | 0.99% | 0.54% | - |
| HSV(B) | 216.92º | 0.92% | 1% | - |
| XYZ | 23.75 | 18.46 | 96.08 | - |
| YUV | 99.51 | 215.18 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 254 | 0.92 | 0.57 | 0 | 0.00 | 216.92 | 0.99 | 0.54 |
| Hex | 14 | 6E | FE | 5C | 39 | 0 | 0 | D9 | 63 | 36 |
| Octal | 24 | 156 | 376 | 134 | 71 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10100 | 1101110 | 11111110 | 1011100 | 111001 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #146EFE
Complementary color
Monochromatic Colors of #146EFE
Black with #146EFE
Text Example
Text Example
White with #146EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EFE; }
p { color: rgb(20,110,254); }
H1.HeaderClassName
{
color: #146EFE;
}
.AnyTagClassName
{
color: #146EFE;
}
</style>
background-color css
<style>
a { background-color: #146EFE; }
a { background-color: rgb(20,110,254); }
div.DivClassName
{
background-color: #146EFE;
}
.BgClassName
{
background-color: #146EFE;
}
</style>
border-color css
<style>
span { border-color: #146EFE; }
span { border-color: rgb(20,110,254); }
td.TdClassName
{
border-color: #146EFE;
}
.TagClassName
{
border-color: #146EFE;
}
</style>