Shades of Dodger Blue #146BFE
Tints of Dodger Blue #146BFE
RGB
CMYK
RGB Variations
Color information
#146BFE (or 0x146BFE) is known color: Dodger Blue. HEX triplet: 14, 6B and FE. RGB value is (20,107,254). Sum of RGB (Red+Green+Blue) = 20+107+254=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #146BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BFE is #EB9401. Grayscale: #616161. Windows color (decimal): -15438850 or 16673556. OLE color: 16673556.
HSL color Cylindrical-coordinate representation of color #146BFE: hue angle of 217.69º 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 #146BFE is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 107 | 254 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.00 |
| HSL | 217.69º | 0.99% | 0.54% | - |
| HSV(B) | 217.69º | 0.92% | 1% | - |
| XYZ | 23.44 | 17.82 | 95.97 | - |
| YUV | 97.75 | 216.18 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 254 | 0.92 | 0.58 | 0 | 0.00 | 217.69 | 0.99 | 0.54 |
| Hex | 14 | 6B | FE | 5C | 3A | 0 | 0 | DA | 63 | 36 |
| Octal | 24 | 153 | 376 | 134 | 72 | 0 | 0 | 332 | 143 | 66 |
| Binary | 10100 | 1101011 | 11111110 | 1011100 | 111010 | 0 | 0 | 11011010 | 1100011 | 110110 |
Color Harmonies of #146BFE
Complementary color
Monochromatic Colors of #146BFE
Black with #146BFE
Text Example
Text Example
White with #146BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BFE; }
p { color: rgb(20,107,254); }
H1.HeaderClassName
{
color: #146BFE;
}
.AnyTagClassName
{
color: #146BFE;
}
</style>
background-color css
<style>
a { background-color: #146BFE; }
a { background-color: rgb(20,107,254); }
div.DivClassName
{
background-color: #146BFE;
}
.BgClassName
{
background-color: #146BFE;
}
</style>
border-color css
<style>
span { border-color: #146BFE; }
span { border-color: rgb(20,107,254); }
td.TdClassName
{
border-color: #146BFE;
}
.TagClassName
{
border-color: #146BFE;
}
</style>