Shades of Dodger Blue #146AF3
Tints of Dodger Blue #146AF3
RGB
CMYK
RGB Variations
Color information
#146AF3 (or 0x146AF3) is known color: Dodger Blue. HEX triplet: 14, 6A and F3. RGB value is (20,106,243). Sum of RGB (Red+Green+Blue) = 20+106+243=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 243 (95.31% from 255 or 65.85% from 369); Max value from RGB is 243 - color contains mainly: blue. Hex color #146AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AF3 is #EB950C. Grayscale: #5F5F5F. Windows color (decimal): -15439117 or 15952404. OLE color: 15952404.
HSL color Cylindrical-coordinate representation of color #146AF3: hue angle of 216.86º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146AF3 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 106 | 243 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.05 |
| HSL | 216.86º | 0.9% | 0.52% | - |
| HSV(B) | 216.86º | 0.92% | 0.95% | - |
| XYZ | 21.62 | 16.93 | 86.92 | - |
| YUV | 95.9 | 211.01 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 243 | 0.92 | 0.56 | 0 | 0.05 | 216.86 | 0.9 | 0.52 |
| Hex | 14 | 6A | F3 | 5C | 38 | 0 | 5 | D9 | 5A | 34 |
| Octal | 24 | 152 | 363 | 134 | 70 | 0 | 5 | 331 | 132 | 64 |
| Binary | 10100 | 1101010 | 11110011 | 1011100 | 111000 | 0 | 101 | 11011001 | 1011010 | 110100 |
Color Harmonies of #146AF3
Complementary color
Monochromatic Colors of #146AF3
Black with #146AF3
Text Example
Text Example
White with #146AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AF3; }
p { color: rgb(20,106,243); }
H1.HeaderClassName
{
color: #146AF3;
}
.AnyTagClassName
{
color: #146AF3;
}
</style>
background-color css
<style>
a { background-color: #146AF3; }
a { background-color: rgb(20,106,243); }
div.DivClassName
{
background-color: #146AF3;
}
.BgClassName
{
background-color: #146AF3;
}
</style>
border-color css
<style>
span { border-color: #146AF3; }
span { border-color: rgb(20,106,243); }
td.TdClassName
{
border-color: #146AF3;
}
.TagClassName
{
border-color: #146AF3;
}
</style>